#952B77

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

Shades of Dark Purple #952B77

Tints of Dark Purple #952B77

Color information

#952B77 (or 0x952B77) is unknown color: approx Dark Purple. HEX triplet: 95, 2B and 77. RGB value is (149,43,119). Sum of RGB (Red+Green+Blue) = 149+43+119=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B77 is #6AD488. Grayscale: #535353. Windows color (decimal): -7001225 or 7809941. OLE color: 7809941.

HSL color Cylindrical-coordinate representation of color #952B77: hue angle of 316.98º 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 #952B77 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14943119-
CMYK00.710.200.42
HSL316.98º55.21%37.65%-
HSV(B)316.98º71.14%58.43%-
XYZ16.599.4518.4-
YUV83.36148.12174.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=47.91%
G=13.83%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494311900.710.200.42316.9855.2137.65
Hex952B77047142A13d3726
Octal22553167010724524756746
Binary1001010110101111101110100011110100101010100111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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