#966D92

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

Shades of Violet Blue #966D92

Tints of Violet Blue #966D92

Color information

#966D92 (or 0x966D92) is unknown color: approx Violet Blue. HEX triplet: 96, 6D and 92. RGB value is (150,109,146). Sum of RGB (Red+Green+Blue) = 150+109+146=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #966D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D92 is #69926D. Grayscale: #7D7D7D. Windows color (decimal): -6918766 or 9596310. OLE color: 9596310.

HSL color Cylindrical-coordinate representation of color #966D92: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D92 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB150109146-
CMYK00.270.030.41
HSL305.85º16.33%50.78%-
HSV(B)305.85º27.33%58.82%-
XYZ23.2319.529.73-
YUV125.48139.58145.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=37.04%
G=26.91%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010914600.270.030.41305.8516.3350.78
Hex966D9201B3291321033
Octal2261552220333514622063
Binary100101101101101100100100110111110100110011001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966D92; }

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

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

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

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

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

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

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

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