Html Css Color HEX #8904BB Dark Violet

📋 copy color: '#8904BB'

red 137 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #8904BB

Tints of Dark Violet #8904BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 41.77%
G = 1.22%
B = 57.01%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8904BB (or 0x8904BB) is known color: Dark Violet. HEX triplet: 89, 04 and BB. RGB value is (137,4,187). Sum of RGB (Red+Green+Blue) = 137+4+187=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #8904BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904BB is #76FB44. Grayscale: #404040. Windows color (decimal): -7797573 or 12256393. OLE color: 12256393.

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

Color convert

RGB 137 4 187 -
CMYK 0.27 0.98 0 0.27
HSL 283.61º 0.96% 0.37% -
HSV(B) 283.61º 0.98% 0.73% -
XYZ 19.33 8.99 47.73 -
YUV 64.63 197.06 179.62 -
System Red Green Blue C M Y K H S L
Decimal 137 4 187 0.27 0.98 0 0.27 283.61 0.96 0.37
Hex 89 4 BB 1B 62 0 1B 11C 60 25
Octal 211 4 273 33 142 0 33 434 140 45
Binary 10001001 100 10111011 11011 1100010 0 11011 100011100 1100000 100101

Color Harmonies of #8904BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8904BB

Black with #8904BB

Text Example


Text Example

White with #8904BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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