#954996

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

Shades of Violet Blue #954996

Tints of Violet Blue #954996

Color information

#954996 (or 0x954996) is unknown color: approx Violet Blue. HEX triplet: 95, 49 and 96. RGB value is (149,73,150). Sum of RGB (Red+Green+Blue) = 149+73+150=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #954996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954996 is #6AB669. Grayscale: #686868. Windows color (decimal): -6993514 or 9849237. OLE color: 9849237.

HSL color Cylindrical-coordinate representation of color #954996: hue angle of 299.22º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954996 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14973150-
CMYK0.010.5100.41
HSL299.22º34.53%43.73%-
HSV(B)299.22º51.33%58.82%-
XYZ20.2813.3630.36-
YUV104.5153.68159.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=40.05%
G=19.62%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149731500.010.5100.41299.2234.5343.73
Hex95499613302912b232c
Octal2251112261630514534354
Binary1001010110010011001011011100110101001100101011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954996; }

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

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

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

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

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

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

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

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