#9B0683

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

Shades of Dark Magenta #9B0683

Tints of Dark Magenta #9B0683

Color information

#9B0683 (or 0x9B0683) is unknown color: approx Dark Magenta. HEX triplet: 9B, 06 and 83. RGB value is (155,6,131). Sum of RGB (Red+Green+Blue) = 155+6+131=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0683 is #64F97C. Grayscale: #404040. Windows color (decimal): -6617469 or 8586907. OLE color: 8586907.

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

Color convert

RGB1556131-
CMYK00.960.150.39
HSL309.66º92.55%31.57%-
HSV(B)309.66º96.13%60.78%-
XYZ17.688.7422.23-
YUV64.8165.36192.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=53.08%
G=2.05%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155613100.960.150.39309.6692.5531.57
Hex9B683060F271365d20
Octal23362030140174746613540
Binary10011011110100000110110000011111001111001101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,131); }

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

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

 a { background-color: rgb(155,6,131); }

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

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

 span { border-color: rgb(155,6,131); }

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