#9601B3

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

Shades of Dark Violet #9601B3

Tints of Dark Violet #9601B3

Color information

#9601B3 (or 0x9601B3) is unknown color: approx Dark Violet. HEX triplet: 96, 01 and B3. RGB value is (150,1,179). Sum of RGB (Red+Green+Blue) = 150+1+179=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #9601B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9601B3 is #69FE4C. Grayscale: #414141. Windows color (decimal): -6946381 or 11731350. OLE color: 11731350.

HSL color Cylindrical-coordinate representation of color #9601B3: hue angle of 290.22º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9601B3 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1501179-
CMYK0.160.9900.30
HSL290.22º98.89%35.29%-
HSV(B)290.22º99.44%70.2%-
XYZ20.739.7643.44-
YUV65.84191.86188.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 179 (70.31% from 255) = 54.24%
R=45.45%
G=0.30%
B=54.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15011790.160.9900.30290.2298.8935.29
Hex961B3106301E1226323
Octal22612632014303644214343
Binary100101101101100111000011000110111101001000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9601B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9601B3; }

 p { color: rgb(150,1,179); }

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

<style>
 a { background-color: #9601B3; }

 a { background-color: rgb(150,1,179); }

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

<style>
 span { border-color: #9601B3; }

 span { border-color: rgb(150,1,179); }

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