#936998

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

Shades of Violet Blue #936998

Tints of Violet Blue #936998

Color information

#936998 (or 0x936998) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 98. RGB value is (147,105,152). Sum of RGB (Red+Green+Blue) = 147+105+152=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #936998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936998 is #6C9667. Grayscale: #7A7A7A. Windows color (decimal): -7116392 or 9988499. OLE color: 9988499.

HSL color Cylindrical-coordinate representation of color #936998: hue angle of 293.62º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936998 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147105152-
CMYK0.030.3100.40
HSL293.62º18.58%50.39%-
HSV(B)293.62º30.92%59.61%-
XYZ22.7518.5732.09-
YUV122.92144.41145.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=36.39%
G=25.99%
B=37.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471051520.030.3100.40293.6218.5850.39
Hex93699831F0281261332
Octal2231512303370504462362
Binary100100111101001100110001111111010100010010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936998; }

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

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

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

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

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

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

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

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