#966295

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

Shades of Violet Blue #966295

Tints of Violet Blue #966295

Color information

#966295 (or 0x966295) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 95. RGB value is (150,98,149). Sum of RGB (Red+Green+Blue) = 150+98+149=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #966295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966295 is #699D6A. Grayscale: #777777. Windows color (decimal): -6921579 or 9790102. OLE color: 9790102.

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

Color convert

RGB15098149-
CMYK00.350.010.41
HSL301.15º20.97%48.63%-
HSV(B)301.15º34.67%58.82%-
XYZ22.3717.3930.61-
YUV119.36144.73149.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=37.78%
G=24.69%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509814900.350.010.41301.1520.9748.63
Hex96629502312912d1531
Octal2261422250431514552561
Binary100101101100010100101010100011110100110010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966295; }

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

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

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

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

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

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

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

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