#935E8F

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

Shades of Violet Blue #935E8F

Tints of Violet Blue #935E8F

Color information

#935E8F (or 0x935E8F) is unknown color: approx Violet Blue. HEX triplet: 93, 5E and 8F. RGB value is (147,94,143). Sum of RGB (Red+Green+Blue) = 147+94+143=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #935E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E8F is #6CA170. Grayscale: #737373. Windows color (decimal): -7119217 or 9395859. OLE color: 9395859.

HSL color Cylindrical-coordinate representation of color #935E8F: hue angle of 304.53º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E8F is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14794143-
CMYK00.360.030.42
HSL304.53º21.99%47.25%-
HSV(B)304.53º36.05%57.65%-
XYZ20.9916.1928.01-
YUV115.43143.56150.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=38.28%
G=24.48%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479414300.360.030.42304.5321.9947.25
Hex935E8F02432A131162f
Octal2231362170443524612657
Binary1001001110111101000111101001001110101010011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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