Html Css Color HEX #8008DB Dark Violet

📋 copy color: '#8008DB'

red 128 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #8008DB

Tints of Dark Violet #8008DB

RGB

 RED value IS 128 (50.39% from 255) = 36.06%

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

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

R = 36.06%
G = 2.25%
B = 61.69%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8008DB (or 0x8008DB) is known color: Dark Violet. HEX triplet: 80, 08 and DB. RGB value is (128,8,219). Sum of RGB (Red+Green+Blue) = 128+8+219=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #8008DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008DB is #7FF724. Grayscale: #434343. Windows color (decimal): -8386341 or 14354560. OLE color: 14354560.

HSL color Cylindrical-coordinate representation of color #8008DB: hue angle of 274.12º 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 #8008DB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 8 219 -
CMYK 0.42 0.96 0 0.14
HSL 274.12º 0.93% 0.45% -
HSV(B) 274.12º 0.96% 0.86% -
XYZ 21.78 9.88 67.78 -
YUV 67.93 213.26 170.84 -
System Red Green Blue C M Y K H S L
Decimal 128 8 219 0.42 0.96 0 0.14 274.12 0.93 0.45
Hex 80 8 DB 2A 60 0 E 112 5D 2D
Octal 200 10 333 52 140 0 16 422 135 55
Binary 10000000 1000 11011011 101010 1100000 0 1110 100010010 1011101 101101

Color Harmonies of #8008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008DB

Black with #8008DB

Text Example


Text Example

White with #8008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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