#954A95

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

Shades of Violet Blue #954A95

Tints of Violet Blue #954A95

Color information

#954A95 (or 0x954A95) is unknown color: approx Violet Blue. HEX triplet: 95, 4A and 95. RGB value is (149,74,149). Sum of RGB (Red+Green+Blue) = 149+74+149=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A95 is #6AB56A. Grayscale: #686868. Windows color (decimal): -6993259 or 9783957. OLE color: 9783957.

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

Color convert

RGB14974149-
CMYK00.5000.42
HSL300º33.63%43.73%-
HSV(B)300º50.34%58.43%-
XYZ20.2713.4629.96-
YUV104.98152.85159.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=40.05%
G=19.89%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497414900.5000.4230033.6343.73
Hex954A9503202A12c222c
Octal2251122250620524544254
Binary1001010110010101001010101100100101010100101100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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