#95479B

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

Shades of Violet Blue #95479B

Tints of Violet Blue #95479B

Color information

#95479B (or 0x95479B) is unknown color: approx Violet Blue. HEX triplet: 95, 47 and 9B. RGB value is (149,71,155). Sum of RGB (Red+Green+Blue) = 149+71+155=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #95479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95479B is #6AB864. Grayscale: #676767. Windows color (decimal): -6994021 or 10176405. OLE color: 10176405.

HSL color Cylindrical-coordinate representation of color #95479B: hue angle of 295.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95479B is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14971155-
CMYK0.040.5400.39
HSL295.71º37.17%44.31%-
HSV(B)295.71º54.19%60.78%-
XYZ20.5613.2632.49-
YUV103.9156.84160.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=39.73%
G=18.93%
B=41.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149711550.040.5400.39295.7137.1744.31
Hex95479B436027128252c
Octal2251072334660474504554
Binary100101011000111100110111001101100100111100101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95479B; }

 p { color: rgb(149,71,155); }

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

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

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

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

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

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

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