#954C8E

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

Shades of Violet Blue #954C8E

Tints of Violet Blue #954C8E

Color information

#954C8E (or 0x954C8E) is unknown color: approx Violet Blue. HEX triplet: 95, 4C and 8E. RGB value is (149,76,142). Sum of RGB (Red+Green+Blue) = 149+76+142=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #954C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C8E is #6AB371. Grayscale: #696969. Windows color (decimal): -6992754 or 9325717. OLE color: 9325717.

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

Color convert

RGB14976142-
CMYK00.490.050.42
HSL305.75º32.44%44.12%-
HSV(B)305.75º48.99%58.43%-
XYZ19.8613.5127.15-
YUV105.35148.68159.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=40.60%
G=20.71%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497614200.490.050.42305.7532.4444.12
Hex954C8E03152A132202c
Octal2251142160615524624054
Binary100101011001100100011100110001101101010100110010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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