#954CA3

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

Shades of Violet Blue #954CA3

Tints of Violet Blue #954CA3

Color information

#954CA3 (or 0x954CA3) is unknown color: approx Violet Blue. HEX triplet: 95, 4C and A3. RGB value is (149,76,163). Sum of RGB (Red+Green+Blue) = 149+76+163=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #954CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CA3 is #6AB35C. Grayscale: #6B6B6B. Windows color (decimal): -6992733 or 10701973. OLE color: 10701973.

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

Color convert

RGB14976163-
CMYK0.090.5300.36
HSL290.34º36.4%46.86%-
HSV(B)290.34º53.37%63.92%-
XYZ21.5914.236.25-
YUV107.74159.18157.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=38.40%
G=19.59%
B=42.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149761630.090.5300.36290.3436.446.86
Hex954CA3935024122242f
Octal22511424311650444424457
Binary1001010110011001010001110011101010100100100100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,76,163); }

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

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

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

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

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

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

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