Html Css Color HEX #9B0E8E Dark Magenta

📋 copy color: '#9B0E8E'

red 155 ◦ green 14 ◦ blue 142

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

Shades of Dark Magenta #9B0E8E

Tints of Dark Magenta #9B0E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 49.84%
G = 4.5%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B0E8E (or 0x9B0E8E) is known color: Dark Magenta. HEX triplet: 9B, 0E and 8E. RGB value is (155,14,142). Sum of RGB (Red+Green+Blue) = 155+14+142=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8E is #64F171. Grayscale: #464646. Windows color (decimal): -6615410 or 9309851. OLE color: 9309851.

HSL color Cylindrical-coordinate representation of color #9B0E8E: hue angle of 305.53º 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 #9B0E8E is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 142 -
CMYK 0 0.91 0.08 0.39
HSL 305.53º 0.83% 0.33% -
HSV(B) 305.53º 0.91% 0.61% -
XYZ 18.56 9.24 26.4 -
YUV 70.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 155 14 142 0 0.91 0.08 0.39 305.53 0.83 0.33
Hex 9B E 8E 0 5B 8 27 132 53 21
Octal 233 16 216 0 133 10 47 462 123 41
Binary 10011011 1110 10001110 0 1011011 1000 100111 100110010 1010011 100001

Color Harmonies of #9B0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E8E

Black with #9B0E8E

Text Example


Text Example

White with #9B0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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