#935E9B

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

Shades of Violet Blue #935E9B

Tints of Violet Blue #935E9B

Color information

#935E9B (or 0x935E9B) is unknown color: approx Violet Blue. HEX triplet: 93, 5E and 9B. RGB value is (147,94,155). Sum of RGB (Red+Green+Blue) = 147+94+155=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #935E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E9B is #6CA164. Grayscale: #747474. Windows color (decimal): -7119205 or 10182291. OLE color: 10182291.

HSL color Cylindrical-coordinate representation of color #935E9B: hue angle of 292.13º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935E9B is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14794155-
CMYK0.050.3900.39
HSL292.13º24.5%48.82%-
HSV(B)292.13º39.35%60.78%-
XYZ21.9516.5833.05-
YUV116.8149.56149.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=37.12%
G=23.74%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147941550.050.3900.39292.1324.548.82
Hex935E9B5270271241831
Octal2231362335470474443061
Binary10010011101111010011011101100111010011110010010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E9B; }

 p { color: rgb(147,94,155); }

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

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

 a { background-color: rgb(147,94,155); }

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

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

 span { border-color: rgb(147,94,155); }

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