#954FA4

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

Shades of Violet Blue #954FA4

Tints of Violet Blue #954FA4

Color information

#954FA4 (or 0x954FA4) is unknown color: approx Violet Blue. HEX triplet: 95, 4F and A4. RGB value is (149,79,164). Sum of RGB (Red+Green+Blue) = 149+79+164=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #954FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954FA4 is #6AB05B. Grayscale: #6D6D6D. Windows color (decimal): -6991964 or 10768277. OLE color: 10768277.

HSL color Cylindrical-coordinate representation of color #954FA4: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954FA4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14979164-
CMYK0.090.5200.36
HSL289.41º34.98%47.65%-
HSV(B)289.41º51.83%64.31%-
XYZ21.8914.6636.8-
YUV109.62158.69156.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=38.01%
G=20.15%
B=41.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149791640.090.5200.36289.4134.9847.65
Hex954FA49340241212330
Octal22511724411640444414360
Binary1001010110011111010010010011101000100100100100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954FA4; }

 p { color: rgb(149,79,164); }

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

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

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

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

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

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

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