#8c3277

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

Shades of Dark Purple #8C3277

Tints of Dark Purple #8C3277

Color information

#8C3277 (or 0x8C3277) is unknown color: approx Dark Purple. HEX triplet: 8C, 32 and 77. RGB value is (140,50,119). Sum of RGB (Red+Green+Blue) = 140+50+119=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3277 is #73CD88. Grayscale: #545454. Windows color (decimal): -7589257 or 7811724. OLE color: 7811724.

HSL color Cylindrical-coordinate representation of color #8C3277: hue angle of 314º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3277 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB14050119-
CMYK00.640.150.45
HSL314º47.37%37.25%-
HSV(B)314º64.29%54.9%-
XYZ15.299.1918.42-
YUV84.78147.32167.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=45.31%
G=16.18%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405011900.640.150.4531447.3737.25
Hex8C3277040F2D13a2f25
Octal21462167010017554725745
Binary100011001100101110111010000001111101101100111010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c3277; }

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

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

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

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

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

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

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

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