Html Css Color HEX #8C09DD Dark Violet

📋 copy color: '#8C09DD'

red 140 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #8C09DD

Tints of Dark Violet #8C09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 37.84%
G = 2.43%
B = 59.73%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C09DD (or 0x8C09DD) is known color: Dark Violet. HEX triplet: 8C, 09 and DD. RGB value is (140,9,221). Sum of RGB (Red+Green+Blue) = 140+9+221=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09DD is #73F622. Grayscale: #474747. Windows color (decimal): -7599651 or 14485900. OLE color: 14485900.

HSL color Cylindrical-coordinate representation of color #8C09DD: hue angle of 277.08º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C09DD is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 9 221 -
CMYK 0.37 0.96 0 0.13
HSL 277.08º 0.92% 0.45% -
HSV(B) 277.08º 0.96% 0.87% -
XYZ 23.96 10.99 69.27 -
YUV 72.34 211.9 176.26 -
System Red Green Blue C M Y K H S L
Decimal 140 9 221 0.37 0.96 0 0.13 277.08 0.92 0.45
Hex 8C 9 DD 25 60 0 D 115 5C 2D
Octal 214 11 335 45 140 0 15 425 134 55
Binary 10001100 1001 11011101 100101 1100000 0 1101 100010101 1011100 101101

Color Harmonies of #8C09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09DD

Black with #8C09DD

Text Example


Text Example

White with #8C09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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