#954995

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

Shades of Violet Blue #954995

Tints of Violet Blue #954995

Color information

#954995 (or 0x954995) is unknown color: approx Violet Blue. HEX triplet: 95, 49 and 95. RGB value is (149,73,149). Sum of RGB (Red+Green+Blue) = 149+73+149=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954995 is #6AB66A. Grayscale: #686868. Windows color (decimal): -6993515 or 9783701. OLE color: 9783701.

HSL color Cylindrical-coordinate representation of color #954995: 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.51%. Process color model (Four color, CMYK) of #954995 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14973149-
CMYK00.5100.42
HSL300º34.23%43.53%-
HSV(B)300º51.01%58.43%-
XYZ20.213.3229.94-
YUV104.39153.18159.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=40.16%
G=19.68%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497314900.5100.4230034.2343.53
Hex95499503302A12c222c
Octal2251112250630524544254
Binary1001010110010011001010101100110101010100101100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954995; }

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

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

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

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

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

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

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

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