#951386

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

Shades of Dark Purple #951386

Tints of Dark Purple #951386

Color information

#951386 (or 0x951386) is unknown color: approx Dark Purple. HEX triplet: 95, 13 and 86. RGB value is (149,19,134). Sum of RGB (Red+Green+Blue) = 149+19+134=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951386 is #6AEC79. Grayscale: #464646. Windows color (decimal): -7007354 or 8786837. OLE color: 8786837.

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

Color convert

RGB14919134-
CMYK00.870.100.42
HSL306.92º77.38%32.94%-
HSV(B)306.92º87.25%58.43%-
XYZ16.938.5823.32-
YUV70.98163.57183.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 134 (52.73% from 255) = 44.37%
R=49.34%
G=6.29%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491913400.870.100.42306.9277.3832.94
Hex951386057A2A1334d21
Octal225232060127125246311541
Binary1001010110011100001100101011110101010101001100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951386; }

 p { color: rgb(149,19,134); }

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

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

 a { background-color: rgb(149,19,134); }

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

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

 span { border-color: rgb(149,19,134); }

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