#95187C

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

Shades of Dark Purple #95187C

Tints of Dark Purple #95187C

Color information

#95187C (or 0x95187C) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 7C. RGB value is (149,24,124). Sum of RGB (Red+Green+Blue) = 149+24+124=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95187C is #6AE783. Grayscale: #484848. Windows color (decimal): -7006084 or 8132757. OLE color: 8132757.

HSL color Cylindrical-coordinate representation of color #95187C: hue angle of 312º 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 #95187C is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14924124-
CMYK00.840.170.42
HSL312º72.25%33.92%-
HSV(B)312º83.89%58.43%-
XYZ16.368.519.85-
YUV72.77156.91182.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=50.17%
G=8.08%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492412400.840.170.4231272.2533.92
Hex95187C054112A1384822
Octal225301740124215247011042
Binary1001010111000111110001010100100011010101001110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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