Html Css Color HEX #9B0F92 Dark Magenta

📋 copy color: '#9B0F92'

red 155 ◦ green 15 ◦ blue 146

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

Shades of Dark Magenta #9B0F92

Tints of Dark Magenta #9B0F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.75%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 49.05%
G = 4.75%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B0F92 (or 0x9B0F92) is known color: Dark Magenta. HEX triplet: 9B, 0F and 92. RGB value is (155,15,146). Sum of RGB (Red+Green+Blue) = 155+15+146=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0F92 is #64F06D. Grayscale: #474747. Windows color (decimal): -6615150 or 9572251. OLE color: 9572251.

HSL color Cylindrical-coordinate representation of color #9B0F92: hue angle of 303.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F92 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 146 -
CMYK 0 0.90 0.06 0.39
HSL 303.86º 0.82% 0.33% -
HSV(B) 303.86º 0.9% 0.61% -
XYZ 18.88 9.39 28.01 -
YUV 71.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 155 15 146 0 0.90 0.06 0.39 303.86 0.82 0.33
Hex 9B F 92 0 5A 6 27 130 52 21
Octal 233 17 222 0 132 6 47 460 122 41
Binary 10011011 1111 10010010 0 1011010 110 100111 100110000 1010010 100001

Color Harmonies of #9B0F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F92

Black with #9B0F92

Text Example


Text Example

White with #9B0F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,146); }

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

background-color css

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

 a { background-color: rgb(155,15,146); }

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

border-color css

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

 span { border-color: rgb(155,15,146); }

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