#952582

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

Shades of Dark Purple #952582

Tints of Dark Purple #952582

Color information

#952582 (or 0x952582) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 82. RGB value is (149,37,130). Sum of RGB (Red+Green+Blue) = 149+37+130=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952582 is #6ADA7D. Grayscale: #505050. Windows color (decimal): -7002750 or 8529301. OLE color: 8529301.

HSL color Cylindrical-coordinate representation of color #952582: hue angle of 310.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952582 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14937130-
CMYK00.750.130.42
HSL310.18º60.22%36.47%-
HSV(B)310.18º75.17%58.43%-
XYZ17.099.3222.02-
YUV81.09155.61176.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=47.15%
G=11.71%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493713000.750.130.42310.1860.2236.47
Hex95258204BD2A1363c24
Octal22545202011315524667444
Binary1001010110010110000010010010111101101010100110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952582; }

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

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

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

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

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

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

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

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