#9B02D1

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

Shades of Dark Violet #9B02D1

Tints of Dark Violet #9B02D1

Color information

#9B02D1 (or 0x9B02D1) is unknown color: approx Dark Violet. HEX triplet: 9B, 02 and D1. RGB value is (155,2,209). Sum of RGB (Red+Green+Blue) = 155+2+209=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B02D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02D1 is #64FD2E. Grayscale: #464646. Windows color (decimal): -6618415 or 13697691. OLE color: 13697691.

HSL color Cylindrical-coordinate representation of color #9B02D1: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02D1 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1552209-
CMYK0.260.9900.18
HSL284.35º98.1%41.37%-
HSV(B)284.35º99.04%81.96%-
XYZ25.0511.6261.24-
YUV71.34205.69187.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 209 (82.03% from 255) = 57.10%
R=42.35%
G=0.55%
B=57.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15522090.260.9900.18284.3598.141.37
Hex9B2D11A6301211c6229
Octal23323213214302243414251
Binary1001101110110100011101011000110100101000111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B02D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B02D1; }

 p { color: rgb(155,2,209); }

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

<style>
 a { background-color: #9B02D1; }

 a { background-color: rgb(155,2,209); }

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

<style>
 span { border-color: #9B02D1; }

 span { border-color: rgb(155,2,209); }

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