#9B02E1

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

Shades of Dark Violet #9B02E1

Tints of Dark Violet #9B02E1

Color information

#9B02E1 (or 0x9B02E1) is unknown color: approx Dark Violet. HEX triplet: 9B, 02 and E1. RGB value is (155,2,225). Sum of RGB (Red+Green+Blue) = 155+2+225=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B02E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B02E1 is #64FD1E. Grayscale: #484848. Windows color (decimal): -6618399 or 14746267. OLE color: 14746267.

HSL color Cylindrical-coordinate representation of color #9B02E1: hue angle of 281.17º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B02E1 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1552225-
CMYK0.310.9900.12
HSL281.17º98.24%44.51%-
HSV(B)281.17º99.11%88.24%-
XYZ27.1312.4572.21-
YUV73.17213.69186.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 225 (88.28% from 255) = 58.90%
R=40.58%
G=0.52%
B=58.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15522250.310.9900.12281.1798.2444.51
Hex9B2E11F630C119622d
Octal23323413714301443114255
Binary100110111011100001111111100011011001000110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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