Html Css Color HEX #7E08AB Dark Magenta

📋 copy color: '#7E08AB'

red 126 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #7E08AB

Tints of Dark Magenta #7E08AB

RGB

 RED value IS 126 (49.61% from 255) = 41.31%

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 41.31%
G = 2.62%
B = 56.07%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E08AB (or 0x7E08AB) is known color: Dark Magenta. HEX triplet: 7E, 08 and AB. RGB value is (126,8,171). Sum of RGB (Red+Green+Blue) = 126+8+171=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E08AB is #81F754. Grayscale: #3D3D3D. Windows color (decimal): -8517461 or 11208830. OLE color: 11208830.

HSL color Cylindrical-coordinate representation of color #7E08AB: hue angle of 283.44º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E08AB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 8 171 -
CMYK 0.26 0.95 0 0.33
HSL 283.44º 0.91% 0.35% -
HSV(B) 283.44º 0.95% 0.67% -
XYZ 16.04 7.55 39.14 -
YUV 61.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 126 8 171 0.26 0.95 0 0.33 283.44 0.91 0.35
Hex 7E 8 AB 1A 5F 0 21 11B 5B 23
Octal 176 10 253 32 137 0 41 433 133 43
Binary 1111110 1000 10101011 11010 1011111 0 100001 100011011 1011011 100011

Color Harmonies of #7E08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E08AB

Black with #7E08AB

Text Example


Text Example

White with #7E08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E08AB; }

 p { color: rgb(126,8,171); }

 H1.HeaderClassName
 {
   color: #7E08AB;
 }
 .AnyTagClassName
 {
   color: #7E08AB;
 }
</style>

background-color css

<style>
 a { background-color: #7E08AB; }

 a { background-color: rgb(126,8,171); }

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

border-color css

<style>
 span { border-color: #7E08AB; }

 span { border-color: rgb(126,8,171); }

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