#9655A6

Color #9655A6 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9655A6

Tints of Violet Blue #9655A6

Color information

#9655A6 (or 0x9655A6) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and A6. RGB value is (150,85,166). Sum of RGB (Red+Green+Blue) = 150+85+166=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 166 - color contains mainly: blue. Hex color #9655A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9655A6 is #69AA59. Grayscale: #717171. Windows color (decimal): -6924890 or 10900886. OLE color: 10900886.

HSL color Cylindrical-coordinate representation of color #9655A6: hue angle of 288.15º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9655A6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15085166-
CMYK0.100.4900.35
HSL288.15º32.27%49.22%-
HSV(B)288.15º48.8%65.1%-
XYZ22.7115.7337.92-
YUV113.67157.53153.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=37.41%
G=21.20%
B=41.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150851660.100.4900.35288.1532.2749.22
Hex9655A6A310231202031
Octal22612524612610434404061
Binary1001011010101011010011010101100010100011100100000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9655A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9655A6; }

 p { color: rgb(150,85,166); }

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

<style>
 a { background-color: #9655A6; }

 a { background-color: rgb(150,85,166); }

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

<style>
 span { border-color: #9655A6; }

 span { border-color: rgb(150,85,166); }

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