Html Css Color HEX #8904DB Dark Violet

📋 copy color: '#8904DB'

red 137 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #8904DB

Tints of Dark Violet #8904DB

RGB

 RED value IS 137 (53.91% from 255) = 38.06%

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 38.06%
G = 1.11%
B = 60.83%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8904DB (or 0x8904DB) is known color: Dark Violet. HEX triplet: 89, 04 and DB. RGB value is (137,4,219). Sum of RGB (Red+Green+Blue) = 137+4+219=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #8904DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904DB is #76FB24. Grayscale: #434343. Windows color (decimal): -7797541 or 14353545. OLE color: 14353545.

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

Color convert

RGB 137 4 219 -
CMYK 0.37 0.98 0 0.14
HSL 277.12º 0.96% 0.44% -
HSV(B) 277.12º 0.98% 0.86% -
XYZ 23.15 10.52 67.83 -
YUV 68.28 213.06 177.02 -
System Red Green Blue C M Y K H S L
Decimal 137 4 219 0.37 0.98 0 0.14 277.12 0.96 0.44
Hex 89 4 DB 25 62 0 E 115 60 2C
Octal 211 4 333 45 142 0 16 425 140 54
Binary 10001001 100 11011011 100101 1100010 0 1110 100010101 1100000 101100

Color Harmonies of #8904DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8904DB

Black with #8904DB

Text Example


Text Example

White with #8904DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,4,219); }

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

background-color css

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

 a { background-color: rgb(137,4,219); }

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

border-color css

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

 span { border-color: rgb(137,4,219); }

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