Html Css Color HEX #9F088B Dark Magenta

📋 copy color: '#9F088B'

red 159 ◦ green 8 ◦ blue 139

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

Shades of Dark Magenta #9F088B

Tints of Dark Magenta #9F088B

RGB

 RED value IS 159 (62.5% from 255) = 51.96%

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

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 51.96%
G = 2.61%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F088B (or 0x9F088B) is known color: Dark Magenta. HEX triplet: 9F, 08 and 8B. RGB value is (159,8,139). Sum of RGB (Red+Green+Blue) = 159+8+139=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F088B is #60F774. Grayscale: #434343. Windows color (decimal): -6354805 or 9111711. OLE color: 9111711.

HSL color Cylindrical-coordinate representation of color #9F088B: hue angle of 307.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F088B is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 139 -
CMYK 0 0.95 0.13 0.38
HSL 307.95º 0.9% 0.33% -
HSV(B) 307.95º 0.95% 0.62% -
XYZ 19.05 9.41 25.24 -
YUV 68.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 159 8 139 0 0.95 0.13 0.38 307.95 0.9 0.33
Hex 9F 8 8B 0 5F D 26 134 5A 21
Octal 237 10 213 0 137 15 46 464 132 41
Binary 10011111 1000 10001011 0 1011111 1101 100110 100110100 1011010 100001

Color Harmonies of #9F088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F088B

Black with #9F088B

Text Example


Text Example

White with #9F088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,139); }

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

background-color css

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

 a { background-color: rgb(159,8,139); }

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

border-color css

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

 span { border-color: rgb(159,8,139); }

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