#935896

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

Shades of Violet Blue #935896

Tints of Violet Blue #935896

Color information

#935896 (or 0x935896) is unknown color: approx Violet Blue. HEX triplet: 93, 58 and 96. RGB value is (147,88,150). Sum of RGB (Red+Green+Blue) = 147+88+150=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #935896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935896 is #6CA769. Grayscale: #707070. Windows color (decimal): -7120746 or 9853075. OLE color: 9853075.

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

Color convert

RGB14788150-
CMYK0.020.4100.41
HSL297.1º26.05%46.67%-
HSV(B)297.1º41.33%58.82%-
XYZ21.0315.3830.72-
YUV112.71149.05152.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=38.18%
G=22.86%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147881500.020.4100.41297.126.0546.67
Hex9358962290291291a2f
Octal2231302262510514513257
Binary1001001110110001001011010101001010100110010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935896; }

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

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

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

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

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

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

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

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