Html Css Color HEX #94088D Dark Magenta

📋 copy color: '#94088D'

red 148 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #94088D

Tints of Dark Magenta #94088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 49.83%
G = 2.69%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94088D (or 0x94088D) is known color: Dark Magenta. HEX triplet: 94, 08 and 8D. RGB value is (148,8,141). Sum of RGB (Red+Green+Blue) = 148+8+141=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94088D is #6BF772. Grayscale: #404040. Windows color (decimal): -7075699 or 9242772. OLE color: 9242772.

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

Color convert

RGB 148 8 141 -
CMYK 0 0.95 0.05 0.42
HSL 303º 0.9% 0.31% -
HSV(B) 303º 0.95% 0.58% -
XYZ 17.11 8.39 25.92 -
YUV 65.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 148 8 141 0 0.95 0.05 0.42 303 0.9 0.31
Hex 94 8 8D 0 5F 5 2A 12F 5A 1F
Octal 224 10 215 0 137 5 52 457 132 37
Binary 10010100 1000 10001101 0 1011111 101 101010 100101111 1011010 11111

Color Harmonies of #94088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94088D

Black with #94088D

Text Example


Text Example

White with #94088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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