#954A93

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

Shades of Violet Blue #954A93

Tints of Violet Blue #954A93

Color information

#954A93 (or 0x954A93) is unknown color: approx Violet Blue. HEX triplet: 95, 4A and 93. RGB value is (149,74,147). Sum of RGB (Red+Green+Blue) = 149+74+147=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #954A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A93 is #6AB56C. Grayscale: #686868. Windows color (decimal): -6993261 or 9652885. OLE color: 9652885.

HSL color Cylindrical-coordinate representation of color #954A93: hue angle of 301.6º degrees, saturation: 0.34, 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 #954A93 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14974147-
CMYK00.500.010.42
HSL301.6º33.63%43.73%-
HSV(B)301.6º50.34%58.43%-
XYZ20.1113.3929.13-
YUV104.75151.85159.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=40.27%
G=20%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497414700.500.010.42301.633.6343.73
Hex954A9303212A12e222c
Octal2251122230621524564254
Binary1001010110010101001001101100101101010100101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A93; }

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

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

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

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

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

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

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

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