Html Css Color HEX #94008C Dark Magenta

📋 copy color: '#94008C'

red 148 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #94008C

Tints of Dark Magenta #94008C

RGB

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

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

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

R = 51.39%
G = 0%
B = 48.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94008C (or 0x94008C) is known color: Dark Magenta. HEX triplet: 94, 00 and 8C. RGB value is (148,0,140). Sum of RGB (Red+Green+Blue) = 148+0+140=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008C is #6BFF73. Grayscale: #3B3B3B. Windows color (decimal): -7077748 or 9175188. OLE color: 9175188.

HSL color Cylindrical-coordinate representation of color #94008C: hue angle of 303.24º 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 #94008C is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 140 -
CMYK 0 1 0.05 0.42
HSL 303.24º 1% 0.29% -
HSV(B) 303.24º 1% 0.58% -
XYZ 16.95 8.19 25.5 -
YUV 60.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 148 0 140 0 1 0.05 0.42 303.24 1 0.29
Hex 94 0 8C 0 64 5 2A 12F 64 1D
Octal 224 0 214 0 144 5 52 457 144 35
Binary 10010100 0 10001100 0 1100100 101 101010 100101111 1100100 11101

Color Harmonies of #94008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94008C

Black with #94008C

Text Example


Text Example

White with #94008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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