#8908BD

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

Shades of Dark Violet #8908BD

Tints of Dark Violet #8908BD

Color information

#8908BD (or 0x8908BD) is unknown color: approx Dark Violet. HEX triplet: 89, 08 and BD. RGB value is (137,8,189). Sum of RGB (Red+Green+Blue) = 137+8+189=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #8908BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908BD is #76F742. Grayscale: #424242. Windows color (decimal): -7796547 or 12388489. OLE color: 12388489.

HSL color Cylindrical-coordinate representation of color #8908BD: hue angle of 282.76º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908BD is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1378189-
CMYK0.280.9600.26
HSL282.76º91.88%38.63%-
HSV(B)282.76º95.77%74.12%-
XYZ19.599.1748.88-
YUV67.2196.74177.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=41.02%
G=2.40%
B=56.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13781890.280.9600.26282.7691.8838.63
Hex898BD1C6001A11b5c27
Octal211102753414003243313447
Binary100010011000101111011110011000000110101000110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8908BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8908BD; }

 p { color: rgb(137,8,189); }

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

<style>
 a { background-color: #8908BD; }

 a { background-color: rgb(137,8,189); }

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

<style>
 span { border-color: #8908BD; }

 span { border-color: rgb(137,8,189); }

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