Html Css Color HEX #980993 Dark Magenta

📋 copy color: '#980993'

red 152 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #980993

Tints of Dark Magenta #980993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 49.35%
G = 2.92%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#980993 (or 0x980993) is known color: Dark Magenta. HEX triplet: 98, 09 and 93. RGB value is (152,9,147). Sum of RGB (Red+Green+Blue) = 152+9+147=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #980993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980993 is #67F66C. Grayscale: #434343. Windows color (decimal): -6813293 or 9636248. OLE color: 9636248.

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

Color convert

RGB 152 9 147 -
CMYK 0 0.94 0.03 0.40
HSL 302.1º 0.89% 0.32% -
HSV(B) 302.1º 0.94% 0.6% -
XYZ 18.31 8.98 28.37 -
YUV 67.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 152 9 147 0 0.94 0.03 0.40 302.1 0.89 0.32
Hex 98 9 93 0 5E 3 28 12E 59 20
Octal 230 11 223 0 136 3 50 456 131 40
Binary 10011000 1001 10010011 0 1011110 11 101000 100101110 1011001 100000

Color Harmonies of #980993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980993

Black with #980993

Text Example


Text Example

White with #980993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980993; }

 p { color: rgb(152,9,147); }

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

background-color css

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

 a { background-color: rgb(152,9,147); }

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

border-color css

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

 span { border-color: rgb(152,9,147); }

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