#952B82

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

Shades of Dark Purple #952B82

Tints of Dark Purple #952B82

Color information

#952B82 (or 0x952B82) is unknown color: approx Dark Purple. HEX triplet: 95, 2B and 82. RGB value is (149,43,130). Sum of RGB (Red+Green+Blue) = 149+43+130=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B82 is #6AD47D. Grayscale: #545454. Windows color (decimal): -7001214 or 8530837. OLE color: 8530837.

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

Color convert

RGB14943130-
CMYK00.710.130.42
HSL310.75º55.21%37.65%-
HSV(B)310.75º71.14%58.43%-
XYZ17.299.7322.09-
YUV84.61153.62173.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=46.27%
G=13.35%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494313000.710.130.42310.7555.2137.65
Hex952B82047D2A1373726
Octal22553202010715524676746
Binary1001010110101110000010010001111101101010100110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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