Html Css Color HEX #9B0083 Dark Magenta

📋 copy color: '#9B0083'

red 155 ◦ green 0 ◦ blue 131

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

Shades of Dark Magenta #9B0083

Tints of Dark Magenta #9B0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 54.2%
G = 0%
B = 45.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B0083 (or 0x9B0083) is known color: Dark Magenta. HEX triplet: 9B, 00 and 83. RGB value is (155,0,131). Sum of RGB (Red+Green+Blue) = 155+0+131=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0083 is #64FF7C. Grayscale: #3C3C3C. Windows color (decimal): -6619005 or 8585371. OLE color: 8585371.

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

Color convert

RGB 155 0 131 -
CMYK 0 1 0.15 0.39
HSL 309.29º 1% 0.3% -
HSV(B) 309.29º 1% 0.61% -
XYZ 17.61 8.61 22.21 -
YUV 61.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 155 0 131 0 1 0.15 0.39 309.29 1 0.3
Hex 9B 0 83 0 64 F 27 135 64 1E
Octal 233 0 203 0 144 17 47 465 144 36
Binary 10011011 0 10000011 0 1100100 1111 100111 100110101 1100100 11110

Color Harmonies of #9B0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0083

Black with #9B0083

Text Example


Text Example

White with #9B0083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,131); }

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

background-color css

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

 a { background-color: rgb(155,0,131); }

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

border-color css

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

 span { border-color: rgb(155,0,131); }

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