#954BA5

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

Shades of Violet Blue #954BA5

Tints of Violet Blue #954BA5

Color information

#954BA5 (or 0x954BA5) is unknown color: approx Violet Blue. HEX triplet: 95, 4B and A5. RGB value is (149,75,165). Sum of RGB (Red+Green+Blue) = 149+75+165=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #954BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA5 is #6AB45A. Grayscale: #6B6B6B. Windows color (decimal): -6992987 or 10832789. OLE color: 10832789.

HSL color Cylindrical-coordinate representation of color #954BA5: hue angle of 289.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954BA5 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14975165-
CMYK0.100.5500.35
HSL289.33º37.5%47.06%-
HSV(B)289.33º54.55%64.71%-
XYZ21.714.1437.18-
YUV107.39160.52157.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 165 (64.84% from 255) = 42.42%
R=38.30%
G=19.28%
B=42.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149751650.100.5500.35289.3337.547.06
Hex954BA5A37023121252f
Octal22511324512670434414557
Binary1001010110010111010010110101101110100011100100001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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