Html Css Color HEX #8C09EB Dark Violet

📋 copy color: '#8C09EB'

red 140 ◦ green 9 ◦ blue 235

#8C09EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8C09EB

Tints of Dark Violet #8C09EB

RGB

 RED value IS 140 (55.08% from 255) = 36.46%

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 36.46%
G = 2.34%
B = 61.2%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C09EB (or 0x8C09EB) is known color: Dark Violet. HEX triplet: 8C, 09 and EB. RGB value is (140,9,235). Sum of RGB (Red+Green+Blue) = 140+9+235=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C09EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C09EB is #73F614. Grayscale: #494949. Windows color (decimal): -7599637 or 15403404. OLE color: 15403404.

HSL color Cylindrical-coordinate representation of color #8C09EB: hue angle of 274.78º 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 #8C09EB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 9 235 -
CMYK 0.40 0.96 0 0.08
HSL 274.78º 0.93% 0.48% -
HSV(B) 274.78º 0.96% 0.92% -
XYZ 25.91 11.77 79.5 -
YUV 73.93 218.9 175.12 -
System Red Green Blue C M Y K H S L
Decimal 140 9 235 0.40 0.96 0 0.08 274.78 0.93 0.48
Hex 8C 9 EB 28 60 0 8 113 5D 30
Octal 214 11 353 50 140 0 10 423 135 60
Binary 10001100 1001 11101011 101000 1100000 0 1000 100010011 1011101 110000

Color Harmonies of #8C09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09EB

Black with #8C09EB

Text Example


Text Example

White with #8C09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C09EB;
 }
 .AnyTagClassName
 {
   color: #8C09EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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