#9610B3

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

Shades of Dark Violet #9610B3

Tints of Dark Violet #9610B3

Color information

#9610B3 (or 0x9610B3) is unknown color: approx Dark Violet. HEX triplet: 96, 10 and B3. RGB value is (150,16,179). Sum of RGB (Red+Green+Blue) = 150+16+179=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #9610B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9610B3 is #69EF4C. Grayscale: #4A4A4A. Windows color (decimal): -6942541 or 11735190. OLE color: 11735190.

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

Color convert

RGB15016179-
CMYK0.160.9100.30
HSL289.33º83.59%38.24%-
HSV(B)289.33º91.06%70.2%-
XYZ20.910.1143.5-
YUV74.65186.89181.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 179 (70.31% from 255) = 51.88%
R=43.48%
G=4.64%
B=51.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150161790.160.9100.30289.3383.5938.24
Hex9610B3105B01E1215426
Octal226202632013303644112446
Binary1001011010000101100111000010110110111101001000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9610B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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