#952282

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

Shades of Dark Purple #952282

Tints of Dark Purple #952282

Color information

#952282 (or 0x952282) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 82. RGB value is (149,34,130). Sum of RGB (Red+Green+Blue) = 149+34+130=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #952282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952282 is #6ADD7D. Grayscale: #4F4F4F. Windows color (decimal): -7003518 or 8528533. OLE color: 8528533.

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

Color convert

RGB14934130-
CMYK00.770.130.42
HSL309.91º62.84%35.88%-
HSV(B)309.91º77.18%58.43%-
XYZ179.1521.99-
YUV79.33156.6177.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 34 (13.67% from 255) = 10.86%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=47.60%
G=10.86%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493413000.770.130.42309.9162.8435.88
Hex95228204DD2A1363f24
Octal22542202011515524667744
Binary1001010110001010000010010011011101101010100110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952282; }

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

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

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

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

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

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

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

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