#8C267F

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

Shades of Dark Purple #8C267F

Tints of Dark Purple #8C267F

Color information

#8C267F (or 0x8C267F) is unknown color: approx Dark Purple. HEX triplet: 8C, 26 and 7F. RGB value is (140,38,127). Sum of RGB (Red+Green+Blue) = 140+38+127=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C267F is #73D980. Grayscale: #4E4E4E. Windows color (decimal): -7592321 or 8332940. OLE color: 8332940.

HSL color Cylindrical-coordinate representation of color #8C267F: hue angle of 307.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C267F is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14038127-
CMYK00.730.090.45
HSL307.65º57.3%34.9%-
HSV(B)307.65º72.86%54.9%-
XYZ15.348.4920.91-
YUV78.64155.29171.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 127 (50% from 255) = 41.64%
R=45.90%
G=12.46%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403812700.730.090.45307.6557.334.9
Hex8C267F04992D1343923
Octal21446177011111554647143
Binary100011001001101111111010010011001101101100110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,38,127); }

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

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

 a { background-color: rgb(140,38,127); }

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

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

 span { border-color: rgb(140,38,127); }

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