#954F8E

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

Shades of Violet Blue #954F8E

Tints of Violet Blue #954F8E

Color information

#954F8E (or 0x954F8E) is unknown color: approx Violet Blue. HEX triplet: 95, 4F and 8E. RGB value is (149,79,142). Sum of RGB (Red+Green+Blue) = 149+79+142=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8E is #6AB071. Grayscale: #6A6A6A. Windows color (decimal): -6991986 or 9326485. OLE color: 9326485.

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

Color convert

RGB14979142-
CMYK00.470.050.42
HSL306º30.7%44.71%-
HSV(B)306º46.98%58.43%-
XYZ20.0713.9327.22-
YUV107.11147.69157.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=40.27%
G=21.35%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497914200.470.050.4230630.744.71
Hex954F8E02F52A1321f2d
Octal2251172160575524623755
Binary10010101100111110001110010111110110101010011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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