Html Css Color HEX #8C018B Dark Magenta

📋 copy color: '#8C018B'

red 140 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #8C018B

Tints of Dark Magenta #8C018B

RGB

 RED value IS 140 (55.08% from 255) = 50%

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 50%
G = 0.36%
B = 49.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C018B (or 0x8C018B) is known color: Dark Magenta. HEX triplet: 8C, 01 and 8B. RGB value is (140,1,139). Sum of RGB (Red+Green+Blue) = 140+1+139=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C018B is #73FE74. Grayscale: #393939. Windows color (decimal): -7601781 or 9109900. OLE color: 9109900.

HSL color Cylindrical-coordinate representation of color #8C018B: hue angle of 300.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C018B is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 139 -
CMYK 0 0.99 0.01 0.45
HSL 300.43º 0.99% 0.28% -
HSV(B) 300.43º 0.99% 0.55% -
XYZ 15.49 7.46 25.05 -
YUV 58.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 140 1 139 0 0.99 0.01 0.45 300.43 0.99 0.28
Hex 8C 1 8B 0 63 1 2D 12C 63 1C
Octal 214 1 213 0 143 1 55 454 143 34
Binary 10001100 1 10001011 0 1100011 1 101101 100101100 1100011 11100

Color Harmonies of #8C018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C018B

Black with #8C018B

Text Example


Text Example

White with #8C018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,139); }

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

background-color css

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

 a { background-color: rgb(140,1,139); }

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

border-color css

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

 span { border-color: rgb(140,1,139); }

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