#96089B

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

Shades of Dark Magenta #96089B

Tints of Dark Magenta #96089B

Color information

#96089B (or 0x96089B) is unknown color: approx Dark Magenta. HEX triplet: 96, 08 and 9B. RGB value is (150,8,155). Sum of RGB (Red+Green+Blue) = 150+8+155=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #96089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96089B is #69F764. Grayscale: #424242. Windows color (decimal): -6944613 or 10160278. OLE color: 10160278.

HSL color Cylindrical-coordinate representation of color #96089B: hue angle of 297.96º 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 #96089B is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1508155-
CMYK0.030.9500.39
HSL297.96º90.18%31.96%-
HSV(B)297.96º94.84%60.78%-
XYZ18.589.0231.77-
YUV67.22177.54187.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=47.92%
G=2.56%
B=49.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15081550.030.9500.39297.9690.1831.96
Hex9689B35F02712a5a20
Octal22610233313704745213240
Binary1001011010001001101111101111101001111001010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96089B; }

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

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

<style>
 a { background-color: #96089B; }

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

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

<style>
 span { border-color: #96089B; }

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

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