#966296

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

Shades of Violet Blue #966296

Tints of Violet Blue #966296

Color information

#966296 (or 0x966296) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 96. RGB value is (150,98,150). Sum of RGB (Red+Green+Blue) = 150+98+150=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #966296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966296 is #699D69. Grayscale: #777777. Windows color (decimal): -6921578 or 9855638. OLE color: 9855638.

HSL color Cylindrical-coordinate representation of color #966296: hue angle of 300º 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 #966296 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15098150-
CMYK00.3500.41
HSL300º20.97%48.63%-
HSV(B)300º34.67%58.82%-
XYZ22.4517.4231.03-
YUV119.48145.23149.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509815000.3500.4130020.9748.63
Hex96629602302912c1531
Octal2261422260430514542561
Binary100101101100010100101100100011010100110010110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966296; }

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

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

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

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

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

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

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

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