#9B0E8A

Color #9B0E8A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9B0E8A

Tints of Dark Magenta #9B0E8A

Color information

#9B0E8A (or 0x9B0E8A) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 8A. RGB value is (155,14,138). Sum of RGB (Red+Green+Blue) = 155+14+138=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E8A is #64F175. Grayscale: #454545. Windows color (decimal): -6615414 or 9047707. OLE color: 9047707.

HSL color Cylindrical-coordinate representation of color #9B0E8A: hue angle of 307.23º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E8A is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15514138-
CMYK00.910.110.39
HSL307.23º83.43%33.14%-
HSV(B)307.23º90.97%60.78%-
XYZ18.269.1224.84-
YUV70.3166.21188.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=50.49%
G=4.56%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551413800.910.110.39307.2383.4333.14
Hex9BE8A05BB271335321
Octal233162120133134746312341
Binary100110111110100010100101101110111001111001100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,138); }

 H1.HeaderClassName
 {
   color: #9B0E8A;
 }
 .AnyTagClassName
 {
   color: #9B0E8A;
 }
</style>
background-color css

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

 a { background-color: rgb(155,14,138); }

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

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

 span { border-color: rgb(155,14,138); }

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