#8900B4

Color #8900B4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8900B4

Tints of Dark Violet #8900B4

Color information

#8900B4 (or 0x8900B4) is unknown color: approx Dark Violet. HEX triplet: 89, 00 and B4. RGB value is (137,0,180). Sum of RGB (Red+Green+Blue) = 137+0+180=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #8900B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900B4 is #76FF4B. Grayscale: #3C3C3C. Windows color (decimal): -7798604 or 11796617. OLE color: 11796617.

HSL color Cylindrical-coordinate representation of color #8900B4: hue angle of 285.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900B4 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1370180-
CMYK0.24100.29
HSL285.67º100%35.29%-
HSV(B)285.67º100%70.59%-
XYZ18.558.6143.86-
YUV61.48194.89181.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=43.22%
G=0%
B=56.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13701800.24100.29285.6710035.29
Hex890B4186401D11e6423
Octal21102643014403543614443
Binary100010010101101001100011001000111011000111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8900B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8900B4; }

 p { color: rgb(137,0,180); }

 H1.HeaderClassName
 {
   color: #8900B4;
 }
 .AnyTagClassName
 {
   color: #8900B4;
 }
</style>
background-color css

<style>
 a { background-color: #8900B4; }

 a { background-color: rgb(137,0,180); }

 div.DivClassName
 {
   background-color: #8900B4;
 }
 .BgClassName
 {
   background-color: #8900B4;
 }
</style>
border-color css

<style>
 span { border-color: #8900B4; }

 span { border-color: rgb(137,0,180); }

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