Html Css Color HEX #940388 Dark Magenta

📋 copy color: '#940388'

red 148 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #940388

Tints of Dark Magenta #940388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 51.57%
G = 1.05%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#940388 (or 0x940388) is known color: Dark Magenta. HEX triplet: 94, 03 and 88. RGB value is (148,3,136). Sum of RGB (Red+Green+Blue) = 148+3+136=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940388 is #6BFC77. Grayscale: #3D3D3D. Windows color (decimal): -7076984 or 8913812. OLE color: 8913812.

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

Color convert

RGB 148 3 136 -
CMYK 0 0.98 0.08 0.42
HSL 304.97º 0.96% 0.3% -
HSV(B) 304.97º 0.98% 0.58% -
XYZ 16.69 8.14 23.98 -
YUV 61.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 148 3 136 0 0.98 0.08 0.42 304.97 0.96 0.3
Hex 94 3 88 0 62 8 2A 131 60 1E
Octal 224 3 210 0 142 10 52 461 140 36
Binary 10010100 11 10001000 0 1100010 1000 101010 100110001 1100000 11110

Color Harmonies of #940388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940388

Black with #940388

Text Example


Text Example

White with #940388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940388; }

 p { color: rgb(148,3,136); }

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

background-color css

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

 a { background-color: rgb(148,3,136); }

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

border-color css

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

 span { border-color: rgb(148,3,136); }

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