#935195

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

Shades of Violet Blue #935195

Tints of Violet Blue #935195

Color information

#935195 (or 0x935195) is unknown color: approx Violet Blue. HEX triplet: 93, 51 and 95. RGB value is (147,81,149). Sum of RGB (Red+Green+Blue) = 147+81+149=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #935195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935195 is #6CAE6A. Grayscale: #6C6C6C. Windows color (decimal): -7122539 or 9785747. OLE color: 9785747.

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

Color convert

RGB14781149-
CMYK0.010.4600.42
HSL298.24º29.57%45.1%-
HSV(B)298.24º45.64%58.43%-
XYZ20.414.2630.11-
YUV108.49150.87155.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=38.99%
G=21.49%
B=39.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147811490.010.4600.42298.2429.5745.1
Hex93519512E02A12a1e2d
Octal2231212251560524523655
Binary100100111010001100101011101110010101010010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935195; }

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

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

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

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

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

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

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

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