#966792

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

Shades of Violet Blue #966792

Tints of Violet Blue #966792

Color information

#966792 (or 0x966792) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 92. RGB value is (150,103,146). Sum of RGB (Red+Green+Blue) = 150+103+146=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #966792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966792 is #69986D. Grayscale: #797979. Windows color (decimal): -6920302 or 9594774. OLE color: 9594774.

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

Color convert

RGB150103146-
CMYK00.310.030.41
HSL305.11º18.58%49.61%-
HSV(B)305.11º31.33%58.82%-
XYZ22.6218.2629.53-
YUV121.96141.57148-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=37.59%
G=25.81%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010314600.310.030.41305.1118.5849.61
Hex96679201F3291311332
Octal2261472220373514612362
Binary100101101100111100100100111111110100110011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966792; }

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

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

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

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

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

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

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

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