Html Css Color HEX #940188 Dark Magenta

📋 copy color: '#940188'

red 148 ◦ green 1 ◦ blue 136

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

Shades of Dark Magenta #940188

Tints of Dark Magenta #940188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 51.93%
G = 0.35%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#940188 (or 0x940188) is known color: Dark Magenta. HEX triplet: 94, 01 and 88. RGB value is (148,1,136). Sum of RGB (Red+Green+Blue) = 148+1+136=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #940188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940188 is #6BFE77. Grayscale: #3B3B3B. Windows color (decimal): -7077496 or 8913300. OLE color: 8913300.

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

Color convert

RGB 148 1 136 -
CMYK 0 0.99 0.08 0.42
HSL 304.9º 0.99% 0.29% -
HSV(B) 304.9º 0.99% 0.58% -
XYZ 16.67 8.1 23.98 -
YUV 60.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 148 1 136 0 0.99 0.08 0.42 304.9 0.99 0.29
Hex 94 1 88 0 63 8 2A 131 63 1D
Octal 224 1 210 0 143 10 52 461 143 35
Binary 10010100 1 10001000 0 1100011 1000 101010 100110001 1100011 11101

Color Harmonies of #940188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940188

Black with #940188

Text Example


Text Example

White with #940188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940188; }

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

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

background-color css

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

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

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

border-color css

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

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

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