Html Css Color HEX #980685 Dark Magenta

📋 copy color: '#980685'

red 152 ◦ green 6 ◦ blue 133

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

Shades of Dark Magenta #980685

Tints of Dark Magenta #980685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.06%

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 52.23%
G = 2.06%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#980685 (or 0x980685) is known color: Dark Magenta. HEX triplet: 98, 06 and 85. RGB value is (152,6,133). Sum of RGB (Red+Green+Blue) = 152+6+133=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980685 is #67F97A. Grayscale: #3F3F3F. Windows color (decimal): -6814075 or 8717976. OLE color: 8717976.

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

Color convert

RGB 152 6 133 -
CMYK 0 0.96 0.13 0.40
HSL 307.81º 0.92% 0.31% -
HSV(B) 307.81º 0.96% 0.6% -
XYZ 17.25 8.5 22.92 -
YUV 64.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 152 6 133 0 0.96 0.13 0.40 307.81 0.92 0.31
Hex 98 6 85 0 60 D 28 134 5C 1F
Octal 230 6 205 0 140 15 50 464 134 37
Binary 10011000 110 10000101 0 1100000 1101 101000 100110100 1011100 11111

Color Harmonies of #980685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980685

Black with #980685

Text Example


Text Example

White with #980685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980685; }

 p { color: rgb(152,6,133); }

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

background-color css

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

 a { background-color: rgb(152,6,133); }

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

border-color css

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

 span { border-color: rgb(152,6,133); }

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