#954C8F

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

Shades of Violet Blue #954C8F

Tints of Violet Blue #954C8F

Color information

#954C8F (or 0x954C8F) is unknown color: approx Violet Blue. HEX triplet: 95, 4C and 8F. RGB value is (149,76,143). Sum of RGB (Red+Green+Blue) = 149+76+143=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C8F is #6AB370. Grayscale: #696969. Windows color (decimal): -6992753 or 9391253. OLE color: 9391253.

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

Color convert

RGB14976143-
CMYK00.490.040.42
HSL304.93º32.44%44.12%-
HSV(B)304.93º48.99%58.43%-
XYZ19.9413.5427.55-
YUV105.46149.18159.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=40.49%
G=20.65%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497614300.490.040.42304.9332.4444.12
Hex954C8F03142A131202c
Octal2251142170614524614054
Binary100101011001100100011110110001100101010100110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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