Html Css Color HEX #94018C Dark Magenta

📋 copy color: '#94018C'

red 148 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #94018C

Tints of Dark Magenta #94018C

RGB

 RED value IS 148 (58.2% from 255) = 51.21%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 51.21%
G = 0.35%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94018C (or 0x94018C) is known color: Dark Magenta. HEX triplet: 94, 01 and 8C. RGB value is (148,1,140). Sum of RGB (Red+Green+Blue) = 148+1+140=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94018C is #6BFE73. Grayscale: #3C3C3C. Windows color (decimal): -7077492 or 9175444. OLE color: 9175444.

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

Color convert

RGB 148 1 140 -
CMYK 0 0.99 0.05 0.42
HSL 303.27º 0.99% 0.29% -
HSV(B) 303.27º 0.99% 0.58% -
XYZ 16.96 8.21 25.5 -
YUV 60.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 148 1 140 0 0.99 0.05 0.42 303.27 0.99 0.29
Hex 94 1 8C 0 63 5 2A 12F 63 1D
Octal 224 1 214 0 143 5 52 457 143 35
Binary 10010100 1 10001100 0 1100011 101 101010 100101111 1100011 11101

Color Harmonies of #94018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94018C

Black with #94018C

Text Example


Text Example

White with #94018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,1,140); }

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

background-color css

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

 a { background-color: rgb(148,1,140); }

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

border-color css

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

 span { border-color: rgb(148,1,140); }

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