#966191

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

Shades of Violet Blue #966191

Tints of Violet Blue #966191

Color information

#966191 (or 0x966191) is unknown color: approx Violet Blue. HEX triplet: 96, 61 and 91. RGB value is (150,97,145). Sum of RGB (Red+Green+Blue) = 150+97+145=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #966191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966191 is #699E6E. Grayscale: #767676. Windows color (decimal): -6921839 or 9527702. OLE color: 9527702.

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

Color convert

RGB15097145-
CMYK00.350.030.41
HSL305.66º21.46%48.43%-
HSV(B)305.66º35.33%58.82%-
XYZ21.9617.0828.93-
YUV118.32143.06150.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=38.27%
G=24.74%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509714500.350.030.41305.6621.4648.43
Hex9661910233291321530
Octal2261412210433514622560
Binary1001011011000011001000101000111110100110011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966191; }

 p { color: rgb(150,97,145); }

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

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

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

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

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

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

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