#9A068B

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

Shades of Dark Magenta #9A068B

Tints of Dark Magenta #9A068B

Color information

#9A068B (or 0x9A068B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 06 and 8B. RGB value is (154,6,139). Sum of RGB (Red+Green+Blue) = 154+6+139=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A068B is #65F974. Grayscale: #414141. Windows color (decimal): -6682997 or 9111194. OLE color: 9111194.

HSL color Cylindrical-coordinate representation of color #9A068B: hue angle of 306.08º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A068B is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB1546139-
CMYK00.960.100.40
HSL306.08º92.5%31.37%-
HSV(B)306.08º96.1%60.39%-
XYZ18.058.8625.19-
YUV65.41169.53191.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=51.51%
G=2.01%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154613900.960.100.40306.0892.531.37
Hex9A68B060A281325c1f
Octal23262130140125046213437
Binary1001101011010001011011000001010101000100110010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,139); }

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

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

 a { background-color: rgb(154,6,139); }

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

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

 span { border-color: rgb(154,6,139); }

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