#936C90

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

Shades of Violet Blue #936C90

Tints of Violet Blue #936C90

Color information

#936C90 (or 0x936C90) is unknown color: approx Violet Blue. HEX triplet: 93, 6C and 90. RGB value is (147,108,144). Sum of RGB (Red+Green+Blue) = 147+108+144=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #936C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936C90 is #6C936F. Grayscale: #7B7B7B. Windows color (decimal): -7115632 or 9464979. OLE color: 9464979.

HSL color Cylindrical-coordinate representation of color #936C90: hue angle of 304.62º 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 #936C90 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB147108144-
CMYK00.270.020.42
HSL304.62º15.29%50%-
HSV(B)304.62º26.53%57.65%-
XYZ22.4318.9428.86-
YUV123.76139.42144.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=36.84%
G=27.07%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710814400.270.020.42304.6215.2950
Hex936C9001B22A131f32
Octal2231542200332524611762
Binary10010011110110010010000011011101010101001100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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