#8C459D

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

Shades of Vivid Violet #8C459D

Tints of Vivid Violet #8C459D

Color information

#8C459D (or 0x8C459D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 45 and 9D. RGB value is (140,69,157). Sum of RGB (Red+Green+Blue) = 140+69+157=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C459D is #73BA62. Grayscale: #636363. Windows color (decimal): -7584355 or 10306956. OLE color: 10306956.

HSL color Cylindrical-coordinate representation of color #8C459D: hue angle of 288.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C459D is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14069157-
CMYK0.110.5600.38
HSL288.41º38.94%44.31%-
HSV(B)288.41º56.05%61.57%-
XYZ19.0312.2733.26-
YUV100.26160.02156.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=38.25%
G=18.85%
B=42.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140691570.110.5600.38288.4138.9444.31
Hex8C459DB38026120272c
Octal21410523513700464404754
Binary1000110010001011001110110111110000100110100100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,157); }

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

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

 a { background-color: rgb(140,69,157); }

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

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

 span { border-color: rgb(140,69,157); }

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