#95228C

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

Shades of Dark Purple #95228C

Tints of Dark Purple #95228C

Color information

#95228C (or 0x95228C) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 8C. RGB value is (149,34,140). Sum of RGB (Red+Green+Blue) = 149+34+140=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95228C is #6ADD73. Grayscale: #505050. Windows color (decimal): -7003508 or 9183893. OLE color: 9183893.

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

Color convert

RGB14934140-
CMYK00.770.060.42
HSL304.7º62.84%35.88%-
HSV(B)304.7º77.18%58.43%-
XYZ17.79.4325.7-
YUV80.47161.6176.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=46.13%
G=10.53%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493414000.770.060.42304.762.8435.88
Hex95228C04D62A1313f24
Octal2254221401156524617744
Binary100101011000101000110001001101110101010100110001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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