#936D94

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

Shades of Violet Blue #936D94

Tints of Violet Blue #936D94

Color information

#936D94 (or 0x936D94) is unknown color: approx Violet Blue. HEX triplet: 93, 6D and 94. RGB value is (147,109,148). Sum of RGB (Red+Green+Blue) = 147+109+148=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #936D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936D94 is #6C926B. Grayscale: #7C7C7C. Windows color (decimal): -7115372 or 9727379. OLE color: 9727379.

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

Color convert

RGB147109148-
CMYK0.010.2600.42
HSL298.46º15.42%50.39%-
HSV(B)298.46º26.35%58.04%-
XYZ22.8519.2830.53-
YUV124.81141.09143.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=36.39%
G=26.98%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471091480.010.2600.42298.4615.4250.39
Hex936D9411A02A12af32
Octal2231552241320524521762
Binary1001001111011011001010011101001010101001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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