Html Css Color HEX #980194 Dark Magenta

📋 copy color: '#980194'

red 152 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #980194

Tints of Dark Magenta #980194

RGB

 RED value IS 152 (59.77% from 255) = 50.5%

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

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 50.5%
G = 0.33%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#980194 (or 0x980194) is known color: Dark Magenta. HEX triplet: 98, 01 and 94. RGB value is (152,1,148). Sum of RGB (Red+Green+Blue) = 152+1+148=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #980194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980194 is #67FE6B. Grayscale: #3E3E3E. Windows color (decimal): -6815340 or 9699736. OLE color: 9699736.

HSL color Cylindrical-coordinate representation of color #980194: hue angle of 301.59º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980194 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 148 -
CMYK 0 0.99 0.03 0.40
HSL 301.59º 0.99% 0.3% -
HSV(B) 301.59º 0.99% 0.6% -
XYZ 18.31 8.84 28.76 -
YUV 62.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 152 1 148 0 0.99 0.03 0.40 301.59 0.99 0.3
Hex 98 1 94 0 63 3 28 12E 63 1E
Octal 230 1 224 0 143 3 50 456 143 36
Binary 10011000 1 10010100 0 1100011 11 101000 100101110 1100011 11110

Color Harmonies of #980194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980194

Black with #980194

Text Example


Text Example

White with #980194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980194; }

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

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

background-color css

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

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

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

border-color css

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

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

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