#8C09EA

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

Shades of Dark Violet #8C09EA

Tints of Dark Violet #8C09EA

Color information

#8C09EA (or 0x8C09EA) is unknown color: approx Dark Violet. HEX triplet: 8C, 09 and EA. RGB value is (140,9,234). Sum of RGB (Red+Green+Blue) = 140+9+234=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C09EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C09EA is #73F615. Grayscale: #494949. Windows color (decimal): -7599638 or 15337868. OLE color: 15337868.

HSL color Cylindrical-coordinate representation of color #8C09EA: hue angle of 274.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C09EA is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1409234-
CMYK0.400.9600.08
HSL274.93º92.59%47.65%-
HSV(B)274.93º96.15%91.76%-
XYZ25.7611.7178.74-
YUV73.82218.4175.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 9 (3.91% from 255) = 2.35%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=36.55%
G=2.35%
B=61.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal14092340.400.9600.08274.9392.5947.65
Hex8C9EA2860081135d30
Octal214113525014001042313560
Binary100011001001111010101010001100000010001000100111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C09EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,9,234); }

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

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

 a { background-color: rgb(140,9,234); }

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

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

 span { border-color: rgb(140,9,234); }

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