#936C92

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

Shades of Violet Blue #936C92

Tints of Violet Blue #936C92

Color information

#936C92 (or 0x936C92) is unknown color: approx Violet Blue. HEX triplet: 93, 6C and 92. RGB value is (147,108,146). Sum of RGB (Red+Green+Blue) = 147+108+146=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #936C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C92 is #6C936D. Grayscale: #7B7B7B. Windows color (decimal): -7115630 or 9596051. OLE color: 9596051.

HSL color Cylindrical-coordinate representation of color #936C92: hue angle of 301.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936C92 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147108146-
CMYK00.270.010.42
HSL301.54º15.29%50%-
HSV(B)301.54º26.53%57.65%-
XYZ22.581929.67-
YUV123.99140.42144.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=36.66%
G=26.93%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710814600.270.010.42301.5415.2950
Hex936C9201B12A12ef32
Octal2231542220331524561762
Binary1001001111011001001001001101111010101001011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936C92; }

 p { color: rgb(147,108,146); }

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

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

 a { background-color: rgb(147,108,146); }

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

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

 span { border-color: rgb(147,108,146); }

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