Html Css Color HEX #9B088C Dark Magenta

📋 copy color: '#9B088C'

red 155 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #9B088C

Tints of Dark Magenta #9B088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 51.16%
G = 2.64%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B088C (or 0x9B088C) is known color: Dark Magenta. HEX triplet: 9B, 08 and 8C. RGB value is (155,8,140). Sum of RGB (Red+Green+Blue) = 155+8+140=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B088C is #64F773. Grayscale: #424242. Windows color (decimal): -6616948 or 9177243. OLE color: 9177243.

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

Color convert

RGB 155 8 140 -
CMYK 0 0.95 0.10 0.39
HSL 306.12º 0.9% 0.32% -
HSV(B) 306.12º 0.95% 0.61% -
XYZ 18.34 9.04 25.59 -
YUV 67 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 155 8 140 0 0.95 0.10 0.39 306.12 0.9 0.32
Hex 9B 8 8C 0 5F A 27 132 5A 20
Octal 233 10 214 0 137 12 47 462 132 40
Binary 10011011 1000 10001100 0 1011111 1010 100111 100110010 1011010 100000

Color Harmonies of #9B088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B088C

Black with #9B088C

Text Example


Text Example

White with #9B088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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