#95228B

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

Shades of Dark Purple #95228B

Tints of Dark Purple #95228B

Color information

#95228B (or 0x95228B) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 8B. RGB value is (149,34,139). Sum of RGB (Red+Green+Blue) = 149+34+139=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228B is #6ADD74. Grayscale: #505050. Windows color (decimal): -7003509 or 9118357. OLE color: 9118357.

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

Color convert

RGB14934139-
CMYK00.770.070.42
HSL305.22º62.84%35.88%-
HSV(B)305.22º77.18%58.43%-
XYZ17.639.425.31-
YUV80.35161.1176.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=46.27%
G=10.56%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493413900.770.070.42305.2262.8435.88
Hex95228B04D72A1313f24
Octal2254221301157524617744
Binary100101011000101000101101001101111101010100110001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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