Html Css Color HEX #9008DE Dark Violet

📋 copy color: '#9008DE'

red 144 ◦ green 8 ◦ blue 222

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

Shades of Dark Violet #9008DE

Tints of Dark Violet #9008DE

RGB

 RED value IS 144 (56.64% from 255) = 38.5%

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 222 (87.11% from 255) = 59.36%

R = 38.5%
G = 2.14%
B = 59.36%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9008DE (or 0x9008DE) is known color: Dark Violet. HEX triplet: 90, 08 and DE. RGB value is (144,8,222). Sum of RGB (Red+Green+Blue) = 144+8+222=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #9008DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008DE is #6FF721. Grayscale: #484848. Windows color (decimal): -7337762 or 14551184. OLE color: 14551184.

HSL color Cylindrical-coordinate representation of color #9008DE: hue angle of 278.13º degrees, saturation: 0.93, 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 #9008DE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 8 222 -
CMYK 0.35 0.96 0 0.13
HSL 278.13º 0.93% 0.45% -
HSV(B) 278.13º 0.96% 0.87% -
XYZ 24.77 11.38 70 -
YUV 73.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 144 8 222 0.35 0.96 0 0.13 278.13 0.93 0.45
Hex 90 8 DE 23 60 0 D 116 5D 2D
Octal 220 10 336 43 140 0 15 426 135 55
Binary 10010000 1000 11011110 100011 1100000 0 1101 100010110 1011101 101101

Color Harmonies of #9008DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008DE

Black with #9008DE

Text Example


Text Example

White with #9008DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9008DE; }

 p { color: rgb(144,8,222); }

 H1.HeaderClassName
 {
   color: #9008DE;
 }
 .AnyTagClassName
 {
   color: #9008DE;
 }
</style>

background-color css

<style>
 a { background-color: #9008DE; }

 a { background-color: rgb(144,8,222); }

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

border-color css

<style>
 span { border-color: #9008DE; }

 span { border-color: rgb(144,8,222); }

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