Html Css Color HEX #8C069A Dark Magenta

📋 copy color: '#8C069A'

red 140 ◦ green 6 ◦ blue 154

#8C069A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #8C069A

Tints of Dark Magenta #8C069A

RGB

 RED value IS 140 (55.08% from 255) = 46.67%

 GREEN value IS 6 (2.73% from 255) = 2%

 BLUE value IS 154 (60.55% from 255) = 51.33%

R = 46.67%
G = 2%
B = 51.33%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C069A (or 0x8C069A) is known color: Dark Magenta. HEX triplet: 8C, 06 and 9A. RGB value is (140,6,154). Sum of RGB (Red+Green+Blue) = 140+6+154=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C069A is #73F965. Grayscale: #3E3E3E. Windows color (decimal): -7600486 or 10094220. OLE color: 10094220.

HSL color Cylindrical-coordinate representation of color #8C069A: hue angle of 294.32º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C069A is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 6 154 -
CMYK 0.09 0.96 0 0.40
HSL 294.32º 0.93% 0.31% -
HSV(B) 294.32º 0.96% 0.6% -
XYZ 16.71 8.04 31.24 -
YUV 62.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 140 6 154 0.09 0.96 0 0.40 294.32 0.93 0.31
Hex 8C 6 9A 9 60 0 28 126 5C 1F
Octal 214 6 232 11 140 0 50 446 134 37
Binary 10001100 110 10011010 1001 1100000 0 101000 100100110 1011100 11111

Color Harmonies of #8C069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C069A

Black with #8C069A

Text Example


Text Example

White with #8C069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,154); }

 H1.HeaderClassName
 {
   color: #8C069A;
 }
 .AnyTagClassName
 {
   color: #8C069A;
 }
</style>

background-color css

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

 a { background-color: rgb(140,6,154); }

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

border-color css

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

 span { border-color: rgb(140,6,154); }

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