#90067B

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

Shades of Dark Magenta #90067B

Tints of Dark Magenta #90067B

Color information

#90067B (or 0x90067B) is unknown color: approx Dark Magenta. HEX triplet: 90, 06 and 7B. RGB value is (144,6,123). Sum of RGB (Red+Green+Blue) = 144+6+123=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90067B is #6FF984. Grayscale: #3C3C3C. Windows color (decimal): -7338373 or 8062608. OLE color: 8062608.

HSL color Cylindrical-coordinate representation of color #90067B: hue angle of 309.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90067B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB1446123-
CMYK00.960.150.44
HSL309.13º92%29.41%-
HSV(B)309.13º95.83%56.47%-
XYZ15.147.4919.39-
YUV60.6163.22187.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=52.75%
G=2.20%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144612300.960.150.44309.139229.41
Hex9067B060F2C1355c1d
Octal22061730140175446513435
Binary100100001101111011011000001111101100100110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,6,123); }

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

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

 a { background-color: rgb(144,6,123); }

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

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

 span { border-color: rgb(144,6,123); }

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