Html Css Color HEX #94009D Dark Magenta

📋 copy color: '#94009D'

red 148 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #94009D

Tints of Dark Magenta #94009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 48.52%
G = 0%
B = 51.48%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94009D (or 0x94009D) is known color: Dark Magenta. HEX triplet: 94, 00 and 9D. RGB value is (148,0,157). Sum of RGB (Red+Green+Blue) = 148+0+157=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #94009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94009D is #6BFF62. Grayscale: #3D3D3D. Windows color (decimal): -7077731 or 10289300. OLE color: 10289300.

HSL color Cylindrical-coordinate representation of color #94009D: hue angle of 296.56º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94009D is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 0 157 -
CMYK 0.06 1 0 0.38
HSL 296.56º 1% 0.31% -
HSV(B) 296.56º 1% 0.62% -
XYZ 18.3 8.73 32.62 -
YUV 62.15 181.53 189.23 -
System Red Green Blue C M Y K H S L
Decimal 148 0 157 0.06 1 0 0.38 296.56 1 0.31
Hex 94 0 9D 6 64 0 26 129 64 1F
Octal 224 0 235 6 144 0 46 451 144 37
Binary 10010100 0 10011101 110 1100100 0 100110 100101001 1100100 11111

Color Harmonies of #94009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94009D

Black with #94009D

Text Example


Text Example

White with #94009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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