#95137E

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

Shades of Dark Purple #95137E

Tints of Dark Purple #95137E

Color information

#95137E (or 0x95137E) is unknown color: approx Dark Purple. HEX triplet: 95, 13 and 7E. RGB value is (149,19,126). Sum of RGB (Red+Green+Blue) = 149+19+126=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95137E is #6AEC81. Grayscale: #454545. Windows color (decimal): -7007362 or 8262549. OLE color: 8262549.

HSL color Cylindrical-coordinate representation of color #95137E: hue angle of 310.62º 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 #95137E is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14919126-
CMYK00.870.150.42
HSL310.62º77.38%32.94%-
HSV(B)310.62º87.25%58.43%-
XYZ16.398.3620.49-
YUV70.07159.57184.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=50.68%
G=6.46%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491912600.870.150.42310.6277.3832.94
Hex95137E057F2A1374d21
Octal225231760127175246711541
Binary100101011001111111100101011111111010101001101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95137E; }

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

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

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

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

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

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

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

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