#95228A

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

Shades of Dark Purple #95228A

Tints of Dark Purple #95228A

Color information

#95228A (or 0x95228A) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 8A. RGB value is (149,34,138). Sum of RGB (Red+Green+Blue) = 149+34+138=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228A is #6ADD75. Grayscale: #4F4F4F. Windows color (decimal): -7003510 or 9052821. OLE color: 9052821.

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

Color convert

RGB14934138-
CMYK00.770.070.42
HSL305.74º62.84%35.88%-
HSV(B)305.74º77.18%58.43%-
XYZ17.559.3724.93-
YUV80.24160.6177.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 34 (13.67% from 255) = 10.59%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=46.42%
G=10.59%
B=42.99%

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
Decimal1493413800.770.070.42305.7462.8435.88
Hex95228A04D72A1323f24
Octal2254221201157524627744
Binary100101011000101000101001001101111101010100110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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