Html Css Color HEX #7F08AB Dark Magenta

📋 copy color: '#7F08AB'

red 127 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #7F08AB

Tints of Dark Magenta #7F08AB

RGB

 RED value IS 127 (50% from 255) = 41.5%

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

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

R = 41.5%
G = 2.61%
B = 55.88%

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

#7F08AB (or 0x7F08AB) is known color: Dark Magenta. HEX triplet: 7F, 08 and AB. RGB value is (127,8,171). Sum of RGB (Red+Green+Blue) = 127+8+171=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F08AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F08AB is #80F754. Grayscale: #3D3D3D. Windows color (decimal): -8451925 or 11208831. OLE color: 11208831.

HSL color Cylindrical-coordinate representation of color #7F08AB: hue angle of 283.8º 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 #7F08AB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 8 171 -
CMYK 0.26 0.95 0 0.33
HSL 283.8º 0.91% 0.35% -
HSV(B) 283.8º 0.95% 0.67% -
XYZ 16.19 7.63 39.15 -
YUV 62.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 127 8 171 0.26 0.95 0 0.33 283.8 0.91 0.35
Hex 7F 8 AB 1A 5F 0 21 11C 5B 23
Octal 177 10 253 32 137 0 41 434 133 43
Binary 1111111 1000 10101011 11010 1011111 0 100001 100011100 1011011 100011

Color Harmonies of #7F08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F08AB

Black with #7F08AB

Text Example


Text Example

White with #7F08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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