#952D82

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

Shades of Dark Purple #952D82

Tints of Dark Purple #952D82

Color information

#952D82 (or 0x952D82) is unknown color: approx Dark Purple. HEX triplet: 95, 2D and 82. RGB value is (149,45,130). Sum of RGB (Red+Green+Blue) = 149+45+130=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D82 is #6AD27D. Grayscale: #555555. Windows color (decimal): -7000702 or 8531349. OLE color: 8531349.

HSL color Cylindrical-coordinate representation of color #952D82: hue angle of 310.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D82 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14945130-
CMYK00.700.130.42
HSL310.96º53.61%38.04%-
HSV(B)310.96º69.8%58.43%-
XYZ17.369.8822.11-
YUV85.79152.96173.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=45.99%
G=13.89%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494513000.700.130.42310.9653.6138.04
Hex952D82046D2A1373626
Octal22555202010615524676646
Binary1001010110110110000010010001101101101010100110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952D82; }

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

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

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

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

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

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

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

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