#95188A

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

Shades of Dark Purple #95188A

Tints of Dark Purple #95188A

Color information

#95188A (or 0x95188A) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 8A. RGB value is (149,24,138). Sum of RGB (Red+Green+Blue) = 149+24+138=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95188A is #6AE775. Grayscale: #4A4A4A. Windows color (decimal): -7006070 or 9050261. OLE color: 9050261.

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

Color convert

RGB14924138-
CMYK00.840.070.42
HSL305.28º72.25%33.92%-
HSV(B)305.28º83.89%58.43%-
XYZ17.318.8824.85-
YUV74.37163.91181.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=47.91%
G=7.72%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492413800.840.070.42305.2872.2533.92
Hex95188A05472A1314822
Octal22530212012475246111042
Binary100101011100010001010010101001111010101001100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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