Html Css Color HEX #980395 Dark Magenta

📋 copy color: '#980395'

red 152 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #980395

Tints of Dark Magenta #980395

RGB

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

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

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

R = 50%
G = 0.99%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#980395 (or 0x980395) is known color: Dark Magenta. HEX triplet: 98, 03 and 95. RGB value is (152,3,149). Sum of RGB (Red+Green+Blue) = 152+3+149=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980395 is #67FC6A. Grayscale: #3F3F3F. Windows color (decimal): -6814827 or 9765784. OLE color: 9765784.

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

Color convert

RGB 152 3 149 -
CMYK 0 0.98 0.02 0.40
HSL 301.21º 0.96% 0.3% -
HSV(B) 301.21º 0.98% 0.6% -
XYZ 18.41 8.91 29.18 -
YUV 64.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 152 3 149 0 0.98 0.02 0.40 301.21 0.96 0.3
Hex 98 3 95 0 62 2 28 12D 60 1E
Octal 230 3 225 0 142 2 50 455 140 36
Binary 10011000 11 10010101 0 1100010 10 101000 100101101 1100000 11110

Color Harmonies of #980395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980395

Black with #980395

Text Example


Text Example

White with #980395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980395; }

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

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

background-color css

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

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

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

border-color css

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

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

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