Html Css Color HEX #8C0B9D Dark Magenta

📋 copy color: '#8C0B9D'

red 140 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #8C0B9D

Tints of Dark Magenta #8C0B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 45.45%
G = 3.57%
B = 50.97%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C0B9D (or 0x8C0B9D) is known color: Dark Magenta. HEX triplet: 8C, 0B and 9D. RGB value is (140,11,157). Sum of RGB (Red+Green+Blue) = 140+11+157=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C0B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0B9D is #73F462. Grayscale: #414141. Windows color (decimal): -7599203 or 10292108. OLE color: 10292108.

HSL color Cylindrical-coordinate representation of color #8C0B9D: hue angle of 293.01º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0B9D is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 11 157 -
CMYK 0.11 0.93 0 0.38
HSL 293.01º 0.87% 0.33% -
HSV(B) 293.01º 0.93% 0.62% -
XYZ 17.02 8.25 32.59 -
YUV 66.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 140 11 157 0.11 0.93 0 0.38 293.01 0.87 0.33
Hex 8C B 9D B 5D 0 26 125 57 21
Octal 214 13 235 13 135 0 46 445 127 41
Binary 10001100 1011 10011101 1011 1011101 0 100110 100100101 1010111 100001

Color Harmonies of #8C0B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B9D

Black with #8C0B9D

Text Example


Text Example

White with #8C0B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,11,157); }

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

background-color css

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

 a { background-color: rgb(140,11,157); }

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

border-color css

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

 span { border-color: rgb(140,11,157); }

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