Html Css Color HEX #94067D Dark Magenta

📋 copy color: '#94067D'

red 148 ◦ green 6 ◦ blue 125

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

Shades of Dark Magenta #94067D

Tints of Dark Magenta #94067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 53.05%
G = 2.15%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94067D (or 0x94067D) is known color: Dark Magenta. HEX triplet: 94, 06 and 7D. RGB value is (148,6,125). Sum of RGB (Red+Green+Blue) = 148+6+125=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94067D is #6BF982. Grayscale: #3D3D3D. Windows color (decimal): -7076227 or 8193684. OLE color: 8193684.

HSL color Cylindrical-coordinate representation of color #94067D: hue angle of 309.72º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94067D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 6 125 -
CMYK 0 0.96 0.16 0.42
HSL 309.72º 0.92% 0.3% -
HSV(B) 309.72º 0.96% 0.58% -
XYZ 15.98 7.91 20.09 -
YUV 62.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 148 6 125 0 0.96 0.16 0.42 309.72 0.92 0.3
Hex 94 6 7D 0 60 10 2A 136 5C 1E
Octal 224 6 175 0 140 20 52 466 134 36
Binary 10010100 110 1111101 0 1100000 10000 101010 100110110 1011100 11110

Color Harmonies of #94067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94067D

Black with #94067D

Text Example


Text Example

White with #94067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,6,125); }

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

background-color css

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

 a { background-color: rgb(148,6,125); }

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

border-color css

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

 span { border-color: rgb(148,6,125); }

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