Html Css Color HEX #94088E Dark Magenta

📋 copy color: '#94088E'

red 148 ◦ green 8 ◦ blue 142

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

Shades of Dark Magenta #94088E

Tints of Dark Magenta #94088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 49.66%
G = 2.68%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94088E (or 0x94088E) is known color: Dark Magenta. HEX triplet: 94, 08 and 8E. RGB value is (148,8,142). Sum of RGB (Red+Green+Blue) = 148+8+142=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94088E is #6BF771. Grayscale: #404040. Windows color (decimal): -7075698 or 9308308. OLE color: 9308308.

HSL color Cylindrical-coordinate representation of color #94088E: hue angle of 302.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94088E is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 142 -
CMYK 0 0.95 0.04 0.42
HSL 302.57º 0.9% 0.31% -
HSV(B) 302.57º 0.95% 0.58% -
XYZ 17.18 8.42 26.31 -
YUV 65.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 148 8 142 0 0.95 0.04 0.42 302.57 0.9 0.31
Hex 94 8 8E 0 5F 4 2A 12F 5A 1F
Octal 224 10 216 0 137 4 52 457 132 37
Binary 10010100 1000 10001110 0 1011111 100 101010 100101111 1011010 11111

Color Harmonies of #94088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94088E

Black with #94088E

Text Example


Text Example

White with #94088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94088E; }

 p { color: rgb(148,8,142); }

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

background-color css

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

 a { background-color: rgb(148,8,142); }

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

border-color css

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

 span { border-color: rgb(148,8,142); }

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