#8C04E0

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

Shades of Dark Violet #8C04E0

Tints of Dark Violet #8C04E0

Color information

#8C04E0 (or 0x8C04E0) is unknown color: approx Dark Violet. HEX triplet: 8C, 04 and E0. RGB value is (140,4,224). Sum of RGB (Red+Green+Blue) = 140+4+224=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C04E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04E0 is #73FB1F. Grayscale: #454545. Windows color (decimal): -7600928 or 14681228. OLE color: 14681228.

HSL color Cylindrical-coordinate representation of color #8C04E0: hue angle of 277.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04E0 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1404224-
CMYK0.380.9800.12
HSL277.09º96.49%44.71%-
HSV(B)277.09º98.21%87.84%-
XYZ24.3111.0471.37-
YUV69.74215.06178.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 224 (87.89% from 255) = 60.87%
R=38.04%
G=1.09%
B=60.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14042240.380.9800.12277.0996.4944.71
Hex8C4E026620C115602d
Octal21443404614201442514055
Binary10001100100111000001001101100010011001000101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C04E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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