#954F8F

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

Shades of Violet Blue #954F8F

Tints of Violet Blue #954F8F

Color information

#954F8F (or 0x954F8F) is unknown color: approx Violet Blue. HEX triplet: 95, 4F and 8F. RGB value is (149,79,143). Sum of RGB (Red+Green+Blue) = 149+79+143=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8F is #6AB070. Grayscale: #6B6B6B. Windows color (decimal): -6991985 or 9392021. OLE color: 9392021.

HSL color Cylindrical-coordinate representation of color #954F8F: hue angle of 305.14º 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 #954F8F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14979143-
CMYK00.470.040.42
HSL305.14º30.7%44.71%-
HSV(B)305.14º46.98%58.43%-
XYZ20.1513.9627.62-
YUV107.23148.19157.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=40.16%
G=21.29%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497914300.470.040.42305.1430.744.71
Hex954F8F02F42A1311f2d
Octal2251172170574524613755
Binary10010101100111110001111010111110010101010011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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