Html Css Color HEX #980883 Dark Magenta

📋 copy color: '#980883'

red 152 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #980883

Tints of Dark Magenta #980883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 52.23%
G = 2.75%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980883 (or 0x980883) is known color: Dark Magenta. HEX triplet: 98, 08 and 83. RGB value is (152,8,131). Sum of RGB (Red+Green+Blue) = 152+8+131=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980883 is #67F77C. Grayscale: #404040. Windows color (decimal): -6813565 or 8587416. OLE color: 8587416.

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

Color convert

RGB 152 8 131 -
CMYK 0 0.95 0.14 0.40
HSL 308.75º 0.9% 0.31% -
HSV(B) 308.75º 0.95% 0.6% -
XYZ 17.13 8.49 22.21 -
YUV 65.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 152 8 131 0 0.95 0.14 0.40 308.75 0.9 0.31
Hex 98 8 83 0 5F E 28 135 5A 1F
Octal 230 10 203 0 137 16 50 465 132 37
Binary 10011000 1000 10000011 0 1011111 1110 101000 100110101 1011010 11111

Color Harmonies of #980883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980883

Black with #980883

Text Example


Text Example

White with #980883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980883; }

 p { color: rgb(152,8,131); }

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

background-color css

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

 a { background-color: rgb(152,8,131); }

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

border-color css

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

 span { border-color: rgb(152,8,131); }

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