Html Css Color HEX #90069A Dark Magenta

📋 copy color: '#90069A'

red 144 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #90069A

Tints of Dark Magenta #90069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 47.37%
G = 1.97%
B = 50.66%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#90069A (or 0x90069A) is known color: Dark Magenta. HEX triplet: 90, 06 and 9A. RGB value is (144,6,154). Sum of RGB (Red+Green+Blue) = 144+6+154=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #90069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90069A is #6FF965. Grayscale: #3F3F3F. Windows color (decimal): -7338342 or 10094224. OLE color: 10094224.

HSL color Cylindrical-coordinate representation of color #90069A: hue angle of 295.95º 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 #90069A is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 6 154 -
CMYK 0.06 0.96 0 0.40
HSL 295.95º 0.93% 0.31% -
HSV(B) 295.95º 0.96% 0.6% -
XYZ 17.4 8.39 31.27 -
YUV 64.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 144 6 154 0.06 0.96 0 0.40 295.95 0.93 0.31
Hex 90 6 9A 6 60 0 28 128 5C 1F
Octal 220 6 232 6 140 0 50 450 134 37
Binary 10010000 110 10011010 110 1100000 0 101000 100101000 1011100 11111

Color Harmonies of #90069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90069A

Black with #90069A

Text Example


Text Example

White with #90069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90069A; }

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

 H1.HeaderClassName
 {
   color: #90069A;
 }
 .AnyTagClassName
 {
   color: #90069A;
 }
</style>

background-color css

<style>
 a { background-color: #90069A; }

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

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

border-color css

<style>
 span { border-color: #90069A; }

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

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