Html Css Color HEX #9B0E8C Dark Magenta

📋 copy color: '#9B0E8C'

red 155 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #9B0E8C

Tints of Dark Magenta #9B0E8C

RGB

 RED value IS 155 (60.94% from 255) = 50.16%

 GREEN value IS 14 (5.86% from 255) = 4.53%

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 50.16%
G = 4.53%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B0E8C (or 0x9B0E8C) is known color: Dark Magenta. HEX triplet: 9B, 0E and 8C. RGB value is (155,14,140). Sum of RGB (Red+Green+Blue) = 155+14+140=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8C is #64F173. Grayscale: #464646. Windows color (decimal): -6615412 or 9178779. OLE color: 9178779.

HSL color Cylindrical-coordinate representation of color #9B0E8C: hue angle of 306.38º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E8C is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 140 -
CMYK 0 0.91 0.10 0.39
HSL 306.38º 0.83% 0.33% -
HSV(B) 306.38º 0.91% 0.61% -
XYZ 18.41 9.18 25.61 -
YUV 70.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 155 14 140 0 0.91 0.10 0.39 306.38 0.83 0.33
Hex 9B E 8C 0 5B A 27 132 53 21
Octal 233 16 214 0 133 12 47 462 123 41
Binary 10011011 1110 10001100 0 1011011 1010 100111 100110010 1010011 100001

Color Harmonies of #9B0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E8C

Black with #9B0E8C

Text Example


Text Example

White with #9B0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0E8C; }

 p { color: rgb(155,14,140); }

 H1.HeaderClassName
 {
   color: #9B0E8C;
 }
 .AnyTagClassName
 {
   color: #9B0E8C;
 }
</style>

background-color css

<style>
 a { background-color: #9B0E8C; }

 a { background-color: rgb(155,14,140); }

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

border-color css

<style>
 span { border-color: #9B0E8C; }

 span { border-color: rgb(155,14,140); }

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