Html Css Color HEX #8A069A Dark Magenta

📋 copy color: '#8A069A'

red 138 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #8A069A

Tints of Dark Magenta #8A069A

RGB

 RED value IS 138 (54.3% from 255) = 46.31%

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

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

R = 46.31%
G = 2.01%
B = 51.68%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A069A (or 0x8A069A) is known color: Dark Magenta. HEX triplet: 8A, 06 and 9A. RGB value is (138,6,154). Sum of RGB (Red+Green+Blue) = 138+6+154=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A069A is #75F965. Grayscale: #3D3D3D. Windows color (decimal): -7731558 or 10094218. OLE color: 10094218.

HSL color Cylindrical-coordinate representation of color #8A069A: hue angle of 293.51º 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 #8A069A is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 6 154 -
CMYK 0.10 0.96 0 0.40
HSL 293.51º 0.93% 0.31% -
HSV(B) 293.51º 0.96% 0.6% -
XYZ 16.38 7.87 31.23 -
YUV 62.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 138 6 154 0.10 0.96 0 0.40 293.51 0.93 0.31
Hex 8A 6 9A A 60 0 28 126 5C 1F
Octal 212 6 232 12 140 0 50 446 134 37
Binary 10001010 110 10011010 1010 1100000 0 101000 100100110 1011100 11111

Color Harmonies of #8A069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A069A

Black with #8A069A

Text Example


Text Example

White with #8A069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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