#954795

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

Shades of Violet Blue #954795

Tints of Violet Blue #954795

Color information

#954795 (or 0x954795) is unknown color: approx Violet Blue. HEX triplet: 95, 47 and 95. RGB value is (149,71,149). Sum of RGB (Red+Green+Blue) = 149+71+149=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954795 is #6AB86A. Grayscale: #666666. Windows color (decimal): -6994027 or 9783189. OLE color: 9783189.

HSL color Cylindrical-coordinate representation of color #954795: hue angle of 300º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954795 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14971149-
CMYK00.5200.42
HSL300º35.45%43.14%-
HSV(B)300º52.35%58.43%-
XYZ20.0713.0729.9-
YUV103.21153.84160.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=40.38%
G=19.24%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497114900.5200.4230035.4543.14
Hex95479503402A12c232b
Octal2251072250640524544353
Binary1001010110001111001010101101000101010100101100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954795; }

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

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

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

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

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

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

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

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