#8900D3

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

Shades of Dark Violet #8900D3

Tints of Dark Violet #8900D3

Color information

#8900D3 (or 0x8900D3) is unknown color: approx Dark Violet. HEX triplet: 89, 00 and D3. RGB value is (137,0,211). Sum of RGB (Red+Green+Blue) = 137+0+211=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 211 (82.81% from 255 or 60.63% from 348); Max value from RGB is 211 - color contains mainly: blue. Hex color #8900D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900D3 is #76FF2C. Grayscale: #404040. Windows color (decimal): -7798573 or 13828233. OLE color: 13828233.

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

Color convert

RGB1370211-
CMYK0.35100.17
HSL278.96º100%41.37%-
HSV(B)278.96º100%82.75%-
XYZ22.0710.0262.4-
YUV65.02210.39179.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 60.63%
R=39.37%
G=0%
B=60.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal13702110.35100.17278.9610041.37
Hex890D323640111176429
Octal21103234314402142714451
Binary1000100101101001110001111001000100011000101111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8900D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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