#9008BD

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

Shades of Dark Violet #9008BD

Tints of Dark Violet #9008BD

Color information

#9008BD (or 0x9008BD) is unknown color: approx Dark Violet. HEX triplet: 90, 08 and BD. RGB value is (144,8,189). Sum of RGB (Red+Green+Blue) = 144+8+189=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #9008BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008BD is #6FF742. Grayscale: #444444. Windows color (decimal): -7337795 or 12388496. OLE color: 12388496.

HSL color Cylindrical-coordinate representation of color #9008BD: hue angle of 285.08º 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 #9008BD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1448189-
CMYK0.240.9600.26
HSL285.08º91.88%38.63%-
HSV(B)285.08º95.77%74.12%-
XYZ20.779.7848.94-
YUV69.3195.56181.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=42.23%
G=2.35%
B=55.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14481890.240.9600.26285.0891.8838.63
Hex908BD186001A11d5c27
Octal220102753014003243513447
Binary100100001000101111011100011000000110101000111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9008BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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