Html Css Color HEX #90067C Dark Magenta

📋 copy color: '#90067C'

red 144 ◦ green 6 ◦ blue 124

#90067C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #90067C

Tints of Dark Magenta #90067C

RGB

 RED value IS 144 (56.64% from 255) = 52.55%

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 52.55%
G = 2.19%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90067C (or 0x90067C) is known color: Dark Magenta. HEX triplet: 90, 06 and 7C. RGB value is (144,6,124). Sum of RGB (Red+Green+Blue) = 144+6+124=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90067C is #6FF983. Grayscale: #3C3C3C. Windows color (decimal): -7338372 or 8128144. OLE color: 8128144.

HSL color Cylindrical-coordinate representation of color #90067C: hue angle of 308.7º 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 #90067C is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 124 -
CMYK 0 0.96 0.14 0.44
HSL 308.7º 0.92% 0.29% -
HSV(B) 308.7º 0.96% 0.56% -
XYZ 15.2 7.51 19.72 -
YUV 60.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 144 6 124 0 0.96 0.14 0.44 308.7 0.92 0.29
Hex 90 6 7C 0 60 E 2C 135 5C 1D
Octal 220 6 174 0 140 16 54 465 134 35
Binary 10010000 110 1111100 0 1100000 1110 101100 100110101 1011100 11101

Color Harmonies of #90067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90067C

Black with #90067C

Text Example


Text Example

White with #90067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90067C;
 }
 .AnyTagClassName
 {
   color: #90067C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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