Html Css Color HEX #98067D Dark Magenta

📋 copy color: '#98067D'

red 152 ◦ green 6 ◦ blue 125

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

Shades of Dark Magenta #98067D

Tints of Dark Magenta #98067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 53.71%
G = 2.12%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98067D (or 0x98067D) is known color: Dark Magenta. HEX triplet: 98, 06 and 7D. RGB value is (152,6,125). Sum of RGB (Red+Green+Blue) = 152+6+125=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067D is #67F982. Grayscale: #3E3E3E. Windows color (decimal): -6814083 or 8193688. OLE color: 8193688.

HSL color Cylindrical-coordinate representation of color #98067D: hue angle of 311.1º 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 #98067D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 125 -
CMYK 0 0.96 0.18 0.40
HSL 311.1º 0.92% 0.31% -
HSV(B) 311.1º 0.96% 0.6% -
XYZ 16.72 8.29 20.12 -
YUV 63.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 152 6 125 0 0.96 0.18 0.40 311.1 0.92 0.31
Hex 98 6 7D 0 60 12 28 137 5C 1F
Octal 230 6 175 0 140 22 50 467 134 37
Binary 10011000 110 1111101 0 1100000 10010 101000 100110111 1011100 11111

Color Harmonies of #98067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98067D

Black with #98067D

Text Example


Text Example

White with #98067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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