#95479F

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

Shades of Violet Blue #95479F

Tints of Violet Blue #95479F

Color information

#95479F (or 0x95479F) is unknown color: approx Violet Blue. HEX triplet: 95, 47 and 9F. RGB value is (149,71,159). Sum of RGB (Red+Green+Blue) = 149+71+159=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #95479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95479F is #6AB860. Grayscale: #686868. Windows color (decimal): -6994017 or 10438549. OLE color: 10438549.

HSL color Cylindrical-coordinate representation of color #95479F: hue angle of 293.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95479F is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14971159-
CMYK0.060.5500.38
HSL293.18º38.26%45.1%-
HSV(B)293.18º55.35%62.35%-
XYZ20.9113.434.29-
YUV104.35158.84159.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=39.31%
G=18.73%
B=41.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149711590.060.5500.38293.1838.2645.1
Hex95479F637026125262d
Octal2251072376670464454655
Binary100101011000111100111111101101110100110100100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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