#954a98

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

Shades of Violet Blue #954A98

Tints of Violet Blue #954A98

Color information

#954A98 (or 0x954A98) is unknown color: approx Violet Blue. HEX triplet: 95, 4A and 98. RGB value is (149,74,152). Sum of RGB (Red+Green+Blue) = 149+74+152=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #954A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A98 is #6AB567. Grayscale: #696969. Windows color (decimal): -6993256 or 9980565. OLE color: 9980565.

HSL color Cylindrical-coordinate representation of color #954A98: hue angle of 297.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954A98 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14974152-
CMYK0.020.5100.40
HSL297.69º34.51%44.31%-
HSV(B)297.69º51.32%59.61%-
XYZ20.5113.5531.24-
YUV105.32154.35159.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=39.73%
G=19.73%
B=40.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149741520.020.5100.40297.6934.5144.31
Hex954A9823302812a232c
Octal2251122302630504524354
Binary10010101100101010011000101100110101000100101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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