Html Css Color HEX #8A0096 Dark Magenta

📋 copy color: '#8A0096'

red 138 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #8A0096

Tints of Dark Magenta #8A0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 47.92%
G = 0%
B = 52.08%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8A0096 (or 0x8A0096) is known color: Dark Magenta. HEX triplet: 8A, 00 and 96. RGB value is (138,0,150). Sum of RGB (Red+Green+Blue) = 138+0+150=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0096 is #75FF69. Grayscale: #393939. Windows color (decimal): -7733098 or 9830538. OLE color: 9830538.

HSL color Cylindrical-coordinate representation of color #8A0096: hue angle of 295.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0096 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 0 150 -
CMYK 0.08 1 0 0.41
HSL 295.2º 1% 0.29% -
HSV(B) 295.2º 1% 0.59% -
XYZ 15.99 7.61 29.48 -
YUV 58.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 138 0 150 0.08 1 0 0.41 295.2 1 0.29
Hex 8A 0 96 8 64 0 29 127 64 1D
Octal 212 0 226 10 144 0 51 447 144 35
Binary 10001010 0 10010110 1000 1100100 0 101001 100100111 1100100 11101

Color Harmonies of #8A0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0096

Black with #8A0096

Text Example


Text Example

White with #8A0096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,150); }

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

background-color css

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

 a { background-color: rgb(138,0,150); }

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

border-color css

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

 span { border-color: rgb(138,0,150); }

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