#9606BE

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

Shades of Dark Violet #9606BE

Tints of Dark Violet #9606BE

Color information

#9606BE (or 0x9606BE) is unknown color: approx Dark Violet. HEX triplet: 96, 06 and BE. RGB value is (150,6,190). Sum of RGB (Red+Green+Blue) = 150+6+190=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #9606BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606BE is #69F941. Grayscale: #454545. Windows color (decimal): -6945090 or 12453526. OLE color: 12453526.

HSL color Cylindrical-coordinate representation of color #9606BE: hue angle of 286.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606BE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1506190-
CMYK0.210.9700.25
HSL286.96º93.88%38.43%-
HSV(B)286.96º96.84%74.51%-
XYZ21.9410.3349.55-
YUV70.03195.71185.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=43.35%
G=1.73%
B=54.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15061900.210.9700.25286.9693.8838.43
Hex966BE156101911f5e26
Octal22662762514103143713646
Binary10010110110101111101010111000010110011000111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9606BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9606BE; }

 p { color: rgb(150,6,190); }

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

<style>
 a { background-color: #9606BE; }

 a { background-color: rgb(150,6,190); }

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

<style>
 span { border-color: #9606BE; }

 span { border-color: rgb(150,6,190); }

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