#951181

Color #951181 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #951181

Tints of Dark Purple #951181

Color information

#951181 (or 0x951181) is unknown color: approx Dark Purple. HEX triplet: 95, 11 and 81. RGB value is (149,17,129). Sum of RGB (Red+Green+Blue) = 149+17+129=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #951181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951181 is #6AEE7E. Grayscale: #444444. Windows color (decimal): -7007871 or 8458645. OLE color: 8458645.

HSL color Cylindrical-coordinate representation of color #951181: hue angle of 309.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951181 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14917129-
CMYK00.890.130.42
HSL309.09º79.52%32.55%-
HSV(B)309.09º88.59%58.43%-
XYZ16.568.3821.51-
YUV69.24161.73184.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=50.51%
G=5.76%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491712900.890.130.42309.0979.5232.55
Hex951181059D2A1355021
Octal225212010131155246512041
Binary1001010110001100000010101100111011010101001101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951181; }

 p { color: rgb(149,17,129); }

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

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

 a { background-color: rgb(149,17,129); }

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

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

 span { border-color: rgb(149,17,129); }

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