Html Css Color HEX #9B019D Dark Magenta

📋 copy color: '#9B019D'

red 155 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #9B019D

Tints of Dark Magenta #9B019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 49.52%
G = 0.32%
B = 50.16%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B019D (or 0x9B019D) is known color: Dark Magenta. HEX triplet: 9B, 01 and 9D. RGB value is (155,1,157). Sum of RGB (Red+Green+Blue) = 155+1+157=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B019D is #64FE62. Grayscale: #404040. Windows color (decimal): -6618723 or 10289563. OLE color: 10289563.

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

Color convert

RGB 155 1 157 -
CMYK 0.01 0.99 0 0.38
HSL 299.23º 0.99% 0.31% -
HSV(B) 299.23º 0.99% 0.62% -
XYZ 19.61 9.42 32.68 -
YUV 64.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 155 1 157 0.01 0.99 0 0.38 299.23 0.99 0.31
Hex 9B 1 9D 1 63 0 26 12B 63 1F
Octal 233 1 235 1 143 0 46 453 143 37
Binary 10011011 1 10011101 1 1100011 0 100110 100101011 1100011 11111

Color Harmonies of #9B019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B019D

Black with #9B019D

Text Example


Text Example

White with #9B019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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