#953077

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

Shades of Dark Purple #953077

Tints of Dark Purple #953077

Color information

#953077 (or 0x953077) is unknown color: approx Dark Purple. HEX triplet: 95, 30 and 77. RGB value is (149,48,119). Sum of RGB (Red+Green+Blue) = 149+48+119=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953077 is #6ACF88. Grayscale: #565656. Windows color (decimal): -6999945 or 7811221. OLE color: 7811221.

HSL color Cylindrical-coordinate representation of color #953077: hue angle of 317.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953077 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14948119-
CMYK00.680.200.42
HSL317.82º51.27%38.63%-
HSV(B)317.82º67.79%58.43%-
XYZ16.789.8418.47-
YUV86.29146.46172.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=47.15%
G=15.19%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494811900.680.200.42317.8251.2738.63
Hex953077044142A13e3327
Octal22560167010424524766347
Binary1001010111000011101110100010010100101010100111110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953077; }

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

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

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

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

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

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

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

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