#936996

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

Shades of Violet Blue #936996

Tints of Violet Blue #936996

Color information

#936996 (or 0x936996) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 96. RGB value is (147,105,150). Sum of RGB (Red+Green+Blue) = 147+105+150=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #936996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936996 is #6C9669. Grayscale: #7A7A7A. Windows color (decimal): -7116394 or 9857427. OLE color: 9857427.

HSL color Cylindrical-coordinate representation of color #936996: hue angle of 296º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936996 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147105150-
CMYK0.020.3000.41
HSL296º17.65%50%-
HSV(B)296º30%58.82%-
XYZ22.5918.5131.24-
YUV122.69143.41145.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=36.57%
G=26.12%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471051500.020.3000.4129617.6550
Hex93699621E0291281232
Octal2231512262360514502262
Binary100100111101001100101101011110010100110010100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936996; }

 p { color: rgb(147,105,150); }

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

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

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

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

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

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

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