Html Css Color HEX #8F1692 Dark Magenta

📋 copy color: '#8F1692'

red 143 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #8F1692

Tints of Dark Magenta #8F1692

RGB

 RED value IS 143 (56.25% from 255) = 45.98%

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 45.98%
G = 7.07%
B = 46.95%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F1692 (or 0x8F1692) is known color: Dark Magenta. HEX triplet: 8F, 16 and 92. RGB value is (143,22,146). Sum of RGB (Red+Green+Blue) = 143+22+146=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1692 is #70E96D. Grayscale: #474747. Windows color (decimal): -7399790 or 9574031. OLE color: 9574031.

HSL color Cylindrical-coordinate representation of color #8F1692: hue angle of 298.55º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1692 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 22 146 -
CMYK 0.02 0.85 0 0.43
HSL 298.55º 0.74% 0.33% -
HSV(B) 298.55º 0.85% 0.57% -
XYZ 16.8 8.49 27.95 -
YUV 72.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 143 22 146 0.02 0.85 0 0.43 298.55 0.74 0.33
Hex 8F 16 92 2 55 0 2B 12B 4A 21
Octal 217 26 222 2 125 0 53 453 112 41
Binary 10001111 10110 10010010 10 1010101 0 101011 100101011 1001010 100001

Color Harmonies of #8F1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1692

Black with #8F1692

Text Example


Text Example

White with #8F1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,22,146); }

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

background-color css

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

 a { background-color: rgb(143,22,146); }

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

border-color css

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

 span { border-color: rgb(143,22,146); }

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