#934A9B

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

Shades of Violet Blue #934A9B

Tints of Violet Blue #934A9B

Color information

#934A9B (or 0x934A9B) is unknown color: approx Violet Blue. HEX triplet: 93, 4A and 9B. RGB value is (147,74,155). Sum of RGB (Red+Green+Blue) = 147+74+155=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #934A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934A9B is #6CB564. Grayscale: #686868. Windows color (decimal): -7124325 or 10177171. OLE color: 10177171.

HSL color Cylindrical-coordinate representation of color #934A9B: hue angle of 294.07º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934A9B is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14774155-
CMYK0.050.5200.39
HSL294.07º35.37%44.9%-
HSV(B)294.07º52.26%60.78%-
XYZ20.413.4732.53-
YUV105.06156.18157.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=39.10%
G=19.68%
B=41.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147741550.050.5200.39294.0735.3744.9
Hex934A9B534027126232d
Octal2231122335640474464355
Binary100100111001010100110111011101000100111100100110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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