#954BA2

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

Shades of Violet Blue #954BA2

Tints of Violet Blue #954BA2

Color information

#954BA2 (or 0x954BA2) is unknown color: approx Violet Blue. HEX triplet: 95, 4B and A2. RGB value is (149,75,162). Sum of RGB (Red+Green+Blue) = 149+75+162=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #954BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA2 is #6AB45D. Grayscale: #6A6A6A. Windows color (decimal): -6992990 or 10636181. OLE color: 10636181.

HSL color Cylindrical-coordinate representation of color #954BA2: hue angle of 291.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954BA2 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14975162-
CMYK0.080.5400.36
HSL291.03º36.71%46.47%-
HSV(B)291.03º53.7%63.53%-
XYZ21.4314.0335.76-
YUV107.04159.02157.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=38.60%
G=19.43%
B=41.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149751620.080.5400.36291.0336.7146.47
Hex954BA2836024123252e
Octal22511324210660444434556
Binary1001010110010111010001010001101100100100100100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,75,162); }

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

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

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

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

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

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

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