#95186E

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

Shades of Dark Purple #95186E

Tints of Dark Purple #95186E

Color information

#95186E (or 0x95186E) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 6E. RGB value is (149,24,110). Sum of RGB (Red+Green+Blue) = 149+24+110=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95186E is #6AE791. Grayscale: #464646. Windows color (decimal): -7006098 or 7215253. OLE color: 7215253.

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

Color convert

RGB14924110-
CMYK00.840.260.42
HSL318.72º72.25%33.92%-
HSV(B)318.72º83.89%58.43%-
XYZ15.548.1715.51-
YUV71.18149.91183.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=52.65%
G=8.48%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492411000.840.260.42318.7272.2533.92
Hex95186E0541A2A13f4822
Octal225301560124325247711042
Binary1001010111000110111001010100110101010101001111111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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