#9C659F

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

Shades of Violet Blue #9C659F

Tints of Violet Blue #9C659F

Color information

#9C659F (or 0x9C659F) is unknown color: approx Violet Blue. HEX triplet: 9C, 65 and 9F. RGB value is (156,101,159). Sum of RGB (Red+Green+Blue) = 156+101+159=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C659F is #639A60. Grayscale: #7B7B7B. Windows color (decimal): -6527585 or 10446236. OLE color: 10446236.

HSL color Cylindrical-coordinate representation of color #9C659F: hue angle of 296.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C659F is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156101159-
CMYK0.020.3600.38
HSL296.9º23.2%50.98%-
HSV(B)296.9º36.48%62.35%-
XYZ24.6218.8835.15-
YUV124.06147.72150.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=37.5%
G=24.28%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561011590.020.3600.38296.923.250.98
Hex9C659F2240261291733
Octal2341452372440464512763
Binary1001110011001011001111110100100010011010010100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C659F; }

 p { color: rgb(156,101,159); }

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

<style>
 a { background-color: #9C659F; }

 a { background-color: rgb(156,101,159); }

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

<style>
 span { border-color: #9C659F; }

 span { border-color: rgb(156,101,159); }

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