#8D2399

Color #8D2399 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8D2399

Tints of Vivid Violet #8D2399

Color information

#8D2399 (or 0x8D2399) is unknown color: approx Vivid Violet. HEX triplet: 8D, 23 and 99. RGB value is (141,35,153). Sum of RGB (Red+Green+Blue) = 141+35+153=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D2399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2399 is #72DC66. Grayscale: #4F4F4F. Windows color (decimal): -7527527 or 10036109. OLE color: 10036109.

HSL color Cylindrical-coordinate representation of color #8D2399: hue angle of 293.9º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2399 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14135153-
CMYK0.080.7700.4
HSL293.9º62.77%36.86%-
HSV(B)293.9º77.12%60%-
XYZ17.349.1630.99-
YUV80.15169.12171.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=42.86%
G=10.64%
B=46.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141351530.080.7700.4293.962.7736.86
Hex8D239984D0281263f25
Octal21543231101150504467745
Binary1000110110001110011001100010011010101000100100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2399; }

 p { color: rgb(141,35,153); }

 H1.HeaderClassName
 {
   color: #8D2399;
 }
 .AnyTagClassName
 {
   color: #8D2399;
 }
</style>
background-color css

<style>
 a { background-color: #8D2399; }

 a { background-color: rgb(141,35,153); }

 div.DivClassName
 {
   background-color: #8D2399;
 }
 .BgClassName
 {
   background-color: #8D2399;
 }
</style>
border-color css

<style>
 span { border-color: #8D2399; }

 span { border-color: rgb(141,35,153); }

 td.TdClassName
 {
   border-color: #8D2399;
 }
 .TagClassName
 {
   border-color: #8D2399;
 }
</style>