#953277

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

Shades of Dark Purple #953277

Tints of Dark Purple #953277

Color information

#953277 (or 0x953277) is unknown color: approx Dark Purple. HEX triplet: 95, 32 and 77. RGB value is (149,50,119). Sum of RGB (Red+Green+Blue) = 149+50+119=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953277 is #6ACD88. Grayscale: #575757. Windows color (decimal): -6999433 or 7811733. OLE color: 7811733.

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

Color convert

RGB14950119-
CMYK00.660.200.42
HSL318.18º49.75%39.02%-
HSV(B)318.18º66.44%58.43%-
XYZ16.861018.49-
YUV87.47145.8171.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=46.86%
G=15.72%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495011900.660.200.42318.1849.7539.02
Hex953277042142A13e3227
Octal22562167010224524766247
Binary1001010111001011101110100001010100101010100111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953277; }

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

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

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

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

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

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

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

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