Html Css Color HEX #7F08A3 Dark Magenta

📋 copy color: '#7F08A3'

red 127 ◦ green 8 ◦ blue 163

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

Shades of Dark Magenta #7F08A3

Tints of Dark Magenta #7F08A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 54.7%

R = 42.62%
G = 2.68%
B = 54.7%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7F08A3 (or 0x7F08A3) is known color: Dark Magenta. HEX triplet: 7F, 08 and A3. RGB value is (127,8,163). Sum of RGB (Red+Green+Blue) = 127+8+163=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F08A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F08A3 is #80F75C. Grayscale: #3C3C3C. Windows color (decimal): -8451933 or 10684543. OLE color: 10684543.

HSL color Cylindrical-coordinate representation of color #7F08A3: hue angle of 286.06º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F08A3 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 127 8 163 -
CMYK 0.22 0.95 0 0.36
HSL 286.06º 0.91% 0.34% -
HSV(B) 286.06º 0.95% 0.64% -
XYZ 15.45 7.33 35.25 -
YUV 61.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 127 8 163 0.22 0.95 0 0.36 286.06 0.91 0.34
Hex 7F 8 A3 16 5F 0 24 11E 5B 22
Octal 177 10 243 26 137 0 44 436 133 42
Binary 1111111 1000 10100011 10110 1011111 0 100100 100011110 1011011 100010

Color Harmonies of #7F08A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F08A3

Black with #7F08A3

Text Example


Text Example

White with #7F08A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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