Html Css Color HEX #900094 Dark Magenta

📋 copy color: '#900094'

red 144 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #900094

Tints of Dark Magenta #900094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 49.32%
G = 0%
B = 50.68%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#900094 (or 0x900094) is known color: Dark Magenta. HEX triplet: 90, 00 and 94. RGB value is (144,0,148). Sum of RGB (Red+Green+Blue) = 144+0+148=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #900094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900094 is #6FFF6B. Grayscale: #3B3B3B. Windows color (decimal): -7339884 or 9699472. OLE color: 9699472.

HSL color Cylindrical-coordinate representation of color #900094: hue angle of 298.38º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900094 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 0 148 -
CMYK 0.03 1 0 0.42
HSL 298.38º 1% 0.29% -
HSV(B) 298.38º 1% 0.58% -
XYZ 16.85 8.07 28.69 -
YUV 59.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 144 0 148 0.03 1 0 0.42 298.38 1 0.29
Hex 90 0 94 3 64 0 2A 12A 64 1D
Octal 220 0 224 3 144 0 52 452 144 35
Binary 10010000 0 10010100 11 1100100 0 101010 100101010 1100100 11101

Color Harmonies of #900094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900094

Black with #900094

Text Example


Text Example

White with #900094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900094; }

 p { color: rgb(144,0,148); }

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

background-color css

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

 a { background-color: rgb(144,0,148); }

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

border-color css

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

 span { border-color: rgb(144,0,148); }

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