Html Css Color HEX #9B028E Dark Magenta

📋 copy color: '#9B028E'

red 155 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #9B028E

Tints of Dark Magenta #9B028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 51.84%
G = 0.67%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B028E (or 0x9B028E) is known color: Dark Magenta. HEX triplet: 9B, 02 and 8E. RGB value is (155,2,142). Sum of RGB (Red+Green+Blue) = 155+2+142=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B028E is #64FD71. Grayscale: #3F3F3F. Windows color (decimal): -6618482 or 9306779. OLE color: 9306779.

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

Color convert

RGB 155 2 142 -
CMYK 0 0.99 0.08 0.39
HSL 305.1º 0.97% 0.31% -
HSV(B) 305.1º 0.99% 0.61% -
XYZ 18.42 8.96 26.35 -
YUV 63.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 155 2 142 0 0.99 0.08 0.39 305.1 0.97 0.31
Hex 9B 2 8E 0 63 8 27 131 61 1F
Octal 233 2 216 0 143 10 47 461 141 37
Binary 10011011 10 10001110 0 1100011 1000 100111 100110001 1100001 11111

Color Harmonies of #9B028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B028E

Black with #9B028E

Text Example


Text Example

White with #9B028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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