#95168A

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

Shades of Dark Purple #95168A

Tints of Dark Purple #95168A

Color information

#95168A (or 0x95168A) is unknown color: approx Dark Purple. HEX triplet: 95, 16 and 8A. RGB value is (149,22,138). Sum of RGB (Red+Green+Blue) = 149+22+138=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95168A is #6AE975. Grayscale: #484848. Windows color (decimal): -7006582 or 9049749. OLE color: 9049749.

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

Color convert

RGB14922138-
CMYK00.850.070.42
HSL305.2º74.27%33.53%-
HSV(B)305.2º85.23%58.43%-
XYZ17.278.824.83-
YUV73.2164.58182.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=48.22%
G=7.12%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492213800.850.070.42305.274.2733.53
Hex95168A05572A1314a22
Octal22526212012575246111242
Binary100101011011010001010010101011111010101001100011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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