Html Css Color HEX #980495 Dark Magenta

📋 copy color: '#980495'

red 152 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #980495

Tints of Dark Magenta #980495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 49.84%
G = 1.31%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#980495 (or 0x980495) is known color: Dark Magenta. HEX triplet: 98, 04 and 95. RGB value is (152,4,149). Sum of RGB (Red+Green+Blue) = 152+4+149=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #980495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980495 is #67FB6A. Grayscale: #404040. Windows color (decimal): -6814571 or 9766040. OLE color: 9766040.

HSL color Cylindrical-coordinate representation of color #980495: hue angle of 301.22º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980495 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 149 -
CMYK 0 0.97 0.02 0.40
HSL 301.22º 0.95% 0.31% -
HSV(B) 301.22º 0.97% 0.6% -
XYZ 18.42 8.93 29.19 -
YUV 64.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 152 4 149 0 0.97 0.02 0.40 301.22 0.95 0.31
Hex 98 4 95 0 61 2 28 12D 5F 1F
Octal 230 4 225 0 141 2 50 455 137 37
Binary 10011000 100 10010101 0 1100001 10 101000 100101101 1011111 11111

Color Harmonies of #980495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980495

Black with #980495

Text Example


Text Example

White with #980495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980495; }

 p { color: rgb(152,4,149); }

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

background-color css

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

 a { background-color: rgb(152,4,149); }

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

border-color css

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

 span { border-color: rgb(152,4,149); }

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