#8c0c7a

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

Shades of Dark Purple #8C0C7A

Tints of Dark Purple #8C0C7A

Color information

#8C0C7A (or 0x8C0C7A) is unknown color: approx Dark Purple. HEX triplet: 8C, 0C and 7A. RGB value is (140,12,122). Sum of RGB (Red+Green+Blue) = 140+12+122=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C7A is #73F385. Grayscale: #3E3E3E. Windows color (decimal): -7598982 or 7998604. OLE color: 7998604.

HSL color Cylindrical-coordinate representation of color #8C0C7A: hue angle of 308.44º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C7A is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB14012122-
CMYK00.910.130.45
HSL308.44º84.21%29.8%-
HSV(B)308.44º91.43%54.9%-
XYZ14.467.2419.05-
YUV62.81161.41183.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=51.09%
G=4.38%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401212200.910.130.45308.4484.2129.8
Hex8CC7A05BD2D134541e
Octal214141720133155546412436
Binary1000110011001111010010110111101101101100110100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0c7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,12,122); }

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

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

 a { background-color: rgb(140,12,122); }

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

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

 span { border-color: rgb(140,12,122); }

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