#8C04B4

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

Shades of Dark Violet #8C04B4

Tints of Dark Violet #8C04B4

Color information

#8C04B4 (or 0x8C04B4) is unknown color: approx Dark Violet. HEX triplet: 8C, 04 and B4. RGB value is (140,4,180). Sum of RGB (Red+Green+Blue) = 140+4+180=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C04B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04B4 is #73FB4B. Grayscale: #404040. Windows color (decimal): -7600972 or 11797644. OLE color: 11797644.

HSL color Cylindrical-coordinate representation of color #8C04B4: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04B4 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1404180-
CMYK0.220.9800.29
HSL286.36º95.65%36.08%-
HSV(B)286.36º97.78%70.59%-
XYZ19.18.9643.9-
YUV64.73193.06181.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 180 (70.70% from 255) = 55.56%
R=43.21%
G=1.23%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14041800.220.9800.29286.3695.6536.08
Hex8C4B4166201D11e6024
Octal21442642614203543614044
Binary10001100100101101001011011000100111011000111101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C04B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,180); }

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

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

 a { background-color: rgb(140,4,180); }

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

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

 span { border-color: rgb(140,4,180); }

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