#952580

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

Shades of Dark Purple #952580

Tints of Dark Purple #952580

Color information

#952580 (or 0x952580) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 80. RGB value is (149,37,128). Sum of RGB (Red+Green+Blue) = 149+37+128=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952580 is #6ADA7F. Grayscale: #505050. Windows color (decimal): -7002752 or 8398229. OLE color: 8398229.

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

Color convert

RGB14937128-
CMYK00.750.140.42
HSL311.25º60.22%36.47%-
HSV(B)311.25º75.17%58.43%-
XYZ16.959.2721.32-
YUV80.86154.61176.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=47.45%
G=11.78%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493712800.750.140.42311.2560.2236.47
Hex95258004BE2A1373c24
Octal22545200011316524677444
Binary1001010110010110000000010010111110101010100110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952580; }

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

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

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

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

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

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

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

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