#95187A

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

Shades of Dark Purple #95187A

Tints of Dark Purple #95187A

Color information

#95187A (or 0x95187A) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 7A. RGB value is (149,24,122). Sum of RGB (Red+Green+Blue) = 149+24+122=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95187A is #6AE785. Grayscale: #484848. Windows color (decimal): -7006086 or 8001685. OLE color: 8001685.

HSL color Cylindrical-coordinate representation of color #95187A: hue angle of 312.96º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95187A is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14924122-
CMYK00.840.180.42
HSL312.96º72.25%33.92%-
HSV(B)312.96º83.89%58.43%-
XYZ16.238.4519.19-
YUV72.55155.91182.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=50.51%
G=8.14%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492412200.840.180.42312.9672.2533.92
Hex95187A054122A1394822
Octal225301720124225247111042
Binary1001010111000111101001010100100101010101001110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95187A; }

 p { color: rgb(149,24,122); }

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

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

 a { background-color: rgb(149,24,122); }

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

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

 span { border-color: rgb(149,24,122); }

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