#9602BC

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

Shades of Dark Violet #9602BC

Tints of Dark Violet #9602BC

Color information

#9602BC (or 0x9602BC) is unknown color: approx Dark Violet. HEX triplet: 96, 02 and BC. RGB value is (150,2,188). Sum of RGB (Red+Green+Blue) = 150+2+188=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #9602BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602BC is #69FD43. Grayscale: #424242. Windows color (decimal): -6946116 or 12321430. OLE color: 12321430.

HSL color Cylindrical-coordinate representation of color #9602BC: hue angle of 287.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602BC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1502188-
CMYK0.200.9900.26
HSL287.74º97.89%37.25%-
HSV(B)287.74º98.94%73.73%-
XYZ21.6810.1648.4-
YUV67.46196.03186.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=44.12%
G=0.59%
B=55.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15021880.200.9900.26287.7497.8937.25
Hex962BC146301A1206225
Octal22622742414303244014245
Binary1001011010101111001010011000110110101001000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9602BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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