Html Css Color HEX #9008DB Dark Violet

📋 copy color: '#9008DB'

red 144 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #9008DB

Tints of Dark Violet #9008DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 38.81%
G = 2.16%
B = 59.03%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9008DB (or 0x9008DB) is known color: Dark Violet. HEX triplet: 90, 08 and DB. RGB value is (144,8,219). Sum of RGB (Red+Green+Blue) = 144+8+219=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #9008DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008DB is #6FF724. Grayscale: #484848. Windows color (decimal): -7337765 or 14354576. OLE color: 14354576.

HSL color Cylindrical-coordinate representation of color #9008DB: hue angle of 278.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008DB is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 8 219 -
CMYK 0.34 0.96 0 0.14
HSL 278.67º 0.93% 0.45% -
HSV(B) 278.67º 0.96% 0.86% -
XYZ 24.37 11.22 67.9 -
YUV 72.72 210.56 178.84 -
System Red Green Blue C M Y K H S L
Decimal 144 8 219 0.34 0.96 0 0.14 278.67 0.93 0.45
Hex 90 8 DB 22 60 0 E 117 5D 2D
Octal 220 10 333 42 140 0 16 427 135 55
Binary 10010000 1000 11011011 100010 1100000 0 1110 100010111 1011101 101101

Color Harmonies of #9008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9008DB

Black with #9008DB

Text Example


Text Example

White with #9008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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