#9602BA

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

Shades of Dark Violet #9602BA

Tints of Dark Violet #9602BA

Color information

#9602BA (or 0x9602BA) is unknown color: approx Dark Violet. HEX triplet: 96, 02 and BA. RGB value is (150,2,186). Sum of RGB (Red+Green+Blue) = 150+2+186=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9602BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602BA is #69FD45. Grayscale: #424242. Windows color (decimal): -6946118 or 12190358. OLE color: 12190358.

HSL color Cylindrical-coordinate representation of color #9602BA: hue angle of 288.26º degrees, saturation: 0.98, 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 #9602BA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1502186-
CMYK0.190.9900.27
HSL288.26º97.87%36.86%-
HSV(B)288.26º98.92%72.94%-
XYZ21.4610.0747.27-
YUV67.23195.03187.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=44.38%
G=0.59%
B=55.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15021860.190.9900.27288.2697.8736.86
Hex962BA136301B1206225
Octal22622722314303344014245
Binary1001011010101110101001111000110110111001000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9602BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9602BA; }

 p { color: rgb(150,2,186); }

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

<style>
 a { background-color: #9602BA; }

 a { background-color: rgb(150,2,186); }

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

<style>
 span { border-color: #9602BA; }

 span { border-color: rgb(150,2,186); }

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