#954F93

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

Shades of Violet Blue #954F93

Tints of Violet Blue #954F93

Color information

#954F93 (or 0x954F93) is unknown color: approx Violet Blue. HEX triplet: 95, 4F and 93. RGB value is (149,79,147). Sum of RGB (Red+Green+Blue) = 149+79+147=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #954F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F93 is #6AB06C. Grayscale: #6B6B6B. Windows color (decimal): -6991981 or 9654165. OLE color: 9654165.

HSL color Cylindrical-coordinate representation of color #954F93: hue angle of 301.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F93 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14979147-
CMYK00.470.010.42
HSL301.71º30.7%44.71%-
HSV(B)301.71º46.98%58.43%-
XYZ20.4614.0929.24-
YUV107.68150.19157.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=39.73%
G=21.07%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497914700.470.010.42301.7130.744.71
Hex954F9302F12A12e1f2d
Octal2251172230571524563755
Binary100101011001111100100110101111110101010010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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