#8908B1

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

Shades of Dark Violet #8908B1

Tints of Dark Violet #8908B1

Color information

#8908B1 (or 0x8908B1) is unknown color: approx Dark Violet. HEX triplet: 89, 08 and B1. RGB value is (137,8,177). Sum of RGB (Red+Green+Blue) = 137+8+177=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #8908B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8908B1 is #76F74E. Grayscale: #414141. Windows color (decimal): -7796559 or 11602057. OLE color: 11602057.

HSL color Cylindrical-coordinate representation of color #8908B1: hue angle of 285.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8908B1 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1378177-
CMYK0.230.9500.31
HSL285.8º91.35%36.27%-
HSV(B)285.8º95.48%69.41%-
XYZ18.348.6742.3-
YUV65.84190.74178.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=42.55%
G=2.48%
B=54.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13781770.230.9500.31285.891.3536.27
Hex898B1175F01F11e5b24
Octal211102612713703743613344
Binary100010011000101100011011110111110111111000111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8908B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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