#936D90

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

Shades of Violet Blue #936D90

Tints of Violet Blue #936D90

Color information

#936D90 (or 0x936D90) is unknown color: approx Violet Blue. HEX triplet: 93, 6D and 90. RGB value is (147,109,144). Sum of RGB (Red+Green+Blue) = 147+109+144=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #936D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936D90 is #6C926F. Grayscale: #7C7C7C. Windows color (decimal): -7115376 or 9465235. OLE color: 9465235.

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

Color convert

RGB147109144-
CMYK00.260.020.42
HSL304.74º14.96%50.2%-
HSV(B)304.74º25.85%57.65%-
XYZ22.5419.1528.89-
YUV124.35139.09144.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 144 (56.64% from 255) = 36%
R=36.75%
G=27.25%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710914400.260.020.42304.7414.9650.2
Hex936D9001A22A131f32
Octal2231552200322524611762
Binary10010011110110110010000011010101010101001100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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