Html Css Color HEX #9B018C Dark Magenta

📋 copy color: '#9B018C'

red 155 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #9B018C

Tints of Dark Magenta #9B018C

RGB

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

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

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

R = 52.36%
G = 0.34%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B018C (or 0x9B018C) is known color: Dark Magenta. HEX triplet: 9B, 01 and 8C. RGB value is (155,1,140). Sum of RGB (Red+Green+Blue) = 155+1+140=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B018C is #64FE73. Grayscale: #3E3E3E. Windows color (decimal): -6618740 or 9175451. OLE color: 9175451.

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

Color convert

RGB 155 1 140 -
CMYK 0 0.99 0.10 0.39
HSL 305.84º 0.99% 0.31% -
HSV(B) 305.84º 0.99% 0.61% -
XYZ 18.26 8.88 25.56 -
YUV 62.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 155 1 140 0 0.99 0.10 0.39 305.84 0.99 0.31
Hex 9B 1 8C 0 63 A 27 132 63 1F
Octal 233 1 214 0 143 12 47 462 143 37
Binary 10011011 1 10001100 0 1100011 1010 100111 100110010 1100011 11111

Color Harmonies of #9B018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B018C

Black with #9B018C

Text Example


Text Example

White with #9B018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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