#9B1698

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

Shades of Dark Magenta #9B1698

Tints of Dark Magenta #9B1698

Color information

#9B1698 (or 0x9B1698) is unknown color: approx Dark Magenta. HEX triplet: 9B, 16 and 98. RGB value is (155,22,152). Sum of RGB (Red+Green+Blue) = 155+22+152=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1698 is #64E967. Grayscale: #4C4C4C. Windows color (decimal): -6613352 or 9967259. OLE color: 9967259.

HSL color Cylindrical-coordinate representation of color #9B1698: hue angle of 301.35º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1698 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15522152-
CMYK00.860.020.39
HSL301.35º75.14%34.71%-
HSV(B)301.35º85.81%60.78%-
XYZ19.479.8130.57-
YUV76.59170.56183.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=47.11%
G=6.69%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552215200.860.020.39301.3575.1434.71
Hex9B169805622712d4b23
Octal23326230012624745511343
Binary10011011101101001100001010110101001111001011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,22,152); }

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

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

 a { background-color: rgb(155,22,152); }

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

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

 span { border-color: rgb(155,22,152); }

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