#966795

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

Shades of Violet Blue #966795

Tints of Violet Blue #966795

Color information

#966795 (or 0x966795) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 95. RGB value is (150,103,149). Sum of RGB (Red+Green+Blue) = 150+103+149=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #966795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966795 is #69986A. Grayscale: #7A7A7A. Windows color (decimal): -6920299 or 9791382. OLE color: 9791382.

HSL color Cylindrical-coordinate representation of color #966795: hue angle of 301.28º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966795 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150103149-
CMYK00.310.010.41
HSL301.28º18.58%49.61%-
HSV(B)301.28º31.33%58.82%-
XYZ22.8518.3530.77-
YUV122.3143.07147.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=37.31%
G=25.62%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010314900.310.010.41301.2818.5849.61
Hex96679501F12912d1332
Octal2261472250371514552362
Binary10010110110011110010101011111110100110010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966795; }

 p { color: rgb(150,103,149); }

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

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

 a { background-color: rgb(150,103,149); }

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

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

 span { border-color: rgb(150,103,149); }

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