#954D8E

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

Shades of Violet Blue #954D8E

Tints of Violet Blue #954D8E

Color information

#954D8E (or 0x954D8E) is unknown color: approx Violet Blue. HEX triplet: 95, 4D and 8E. RGB value is (149,77,142). Sum of RGB (Red+Green+Blue) = 149+77+142=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D8E is #6AB271. Grayscale: #696969. Windows color (decimal): -6992498 or 9325973. OLE color: 9325973.

HSL color Cylindrical-coordinate representation of color #954D8E: hue angle of 305.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D8E is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14977142-
CMYK00.480.050.42
HSL305.83º31.86%44.31%-
HSV(B)305.83º48.32%58.43%-
XYZ19.9313.6527.18-
YUV105.94148.35158.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=40.49%
G=20.92%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497714200.480.050.42305.8331.8644.31
Hex954D8E03052A132202c
Octal2251152160605524624054
Binary100101011001101100011100110000101101010100110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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