#934B95

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

Shades of Violet Blue #934B95

Tints of Violet Blue #934B95

Color information

#934B95 (or 0x934B95) is unknown color: approx Violet Blue. HEX triplet: 93, 4B and 95. RGB value is (147,75,149). Sum of RGB (Red+Green+Blue) = 147+75+149=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #934B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934B95 is #6CB46A. Grayscale: #686868. Windows color (decimal): -7124075 or 9784211. OLE color: 9784211.

HSL color Cylindrical-coordinate representation of color #934B95: hue angle of 298.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934B95 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14775149-
CMYK0.010.5000.42
HSL298.38º33.04%43.92%-
HSV(B)298.38º49.66%58.43%-
XYZ19.9713.4129.97-
YUV104.96152.85157.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=39.62%
G=20.22%
B=40.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147751490.010.5000.42298.3833.0443.92
Hex934B9513202A12a212c
Octal2231132251620524524154
Binary1001001110010111001010111100100101010100101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934B95; }

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

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

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

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

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

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

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

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