#9B01BA

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

Shades of Dark Violet #9B01BA

Tints of Dark Violet #9B01BA

Color information

#9B01BA (or 0x9B01BA) is unknown color: approx Dark Violet. HEX triplet: 9B, 01 and BA. RGB value is (155,1,186). Sum of RGB (Red+Green+Blue) = 155+1+186=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B01BA is #64FE45. Grayscale: #434343. Windows color (decimal): -6618694 or 12190107. OLE color: 12190107.

HSL color Cylindrical-coordinate representation of color #9B01BA: hue angle of 289.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B01BA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1551186-
CMYK0.170.9900.27
HSL289.95º98.93%36.67%-
HSV(B)289.95º99.46%72.94%-
XYZ22.3910.5447.31-
YUV68.14194.52189.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.32%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=45.32%
G=0.29%
B=54.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15511860.170.9900.27289.9598.9336.67
Hex9B1BA116301B1226325
Octal23312722114303344214345
Binary100110111101110101000111000110110111001000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,1,186); }

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

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

 a { background-color: rgb(155,1,186); }

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

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

 span { border-color: rgb(155,1,186); }

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