#935196

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

Shades of Violet Blue #935196

Tints of Violet Blue #935196

Color information

#935196 (or 0x935196) is unknown color: approx Violet Blue. HEX triplet: 93, 51 and 96. RGB value is (147,81,150). Sum of RGB (Red+Green+Blue) = 147+81+150=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #935196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935196 is #6CAE69. Grayscale: #6C6C6C. Windows color (decimal): -7122538 or 9851283. OLE color: 9851283.

HSL color Cylindrical-coordinate representation of color #935196: hue angle of 297.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935196 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14781150-
CMYK0.020.4600.41
HSL297.39º29.87%45.29%-
HSV(B)297.39º46%58.82%-
XYZ20.4814.2930.53-
YUV108.6151.37155.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=38.89%
G=21.43%
B=39.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147811500.020.4600.41297.3929.8745.29
Hex93519622E0291291e2d
Octal2231212262560514513655
Binary1001001110100011001011010101110010100110010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935196; }

 p { color: rgb(147,81,150); }

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

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

 a { background-color: rgb(147,81,150); }

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

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

 span { border-color: rgb(147,81,150); }

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