#95228D

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

Shades of Dark Purple #95228D

Tints of Dark Purple #95228D

Color information

#95228D (or 0x95228D) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 8D. RGB value is (149,34,141). Sum of RGB (Red+Green+Blue) = 149+34+141=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228D is #6ADD72. Grayscale: #505050. Windows color (decimal): -7003507 or 9249429. OLE color: 9249429.

HSL color Cylindrical-coordinate representation of color #95228D: hue angle of 304.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95228D is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14934141-
CMYK00.770.050.42
HSL304.17º62.84%35.88%-
HSV(B)304.17º77.18%58.43%-
XYZ17.779.4626.09-
YUV80.58162.1176.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=45.99%
G=10.49%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493414100.770.050.42304.1762.8435.88
Hex95228D04D52A1303f24
Octal2254221501155524607744
Binary100101011000101000110101001101101101010100110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95228D; }

 p { color: rgb(149,34,141); }

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

<style>
 a { background-color: #95228D; }

 a { background-color: rgb(149,34,141); }

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

<style>
 span { border-color: #95228D; }

 span { border-color: rgb(149,34,141); }

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