Html Css Color HEX #98067F Dark Magenta

📋 copy color: '#98067F'

red 152 ◦ green 6 ◦ blue 127

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

Shades of Dark Magenta #98067F

Tints of Dark Magenta #98067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.56%

R = 53.33%
G = 2.11%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98067F (or 0x98067F) is known color: Dark Magenta. HEX triplet: 98, 06 and 7F. RGB value is (152,6,127). Sum of RGB (Red+Green+Blue) = 152+6+127=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067F is #67F980. Grayscale: #3F3F3F. Windows color (decimal): -6814081 or 8324760. OLE color: 8324760.

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

Color convert

RGB 152 6 127 -
CMYK 0 0.96 0.16 0.40
HSL 310.27º 0.92% 0.31% -
HSV(B) 310.27º 0.96% 0.6% -
XYZ 16.84 8.34 20.8 -
YUV 63.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 152 6 127 0 0.96 0.16 0.40 310.27 0.92 0.31
Hex 98 6 7F 0 60 10 28 136 5C 1F
Octal 230 6 177 0 140 20 50 466 134 37
Binary 10011000 110 1111111 0 1100000 10000 101000 100110110 1011100 11111

Color Harmonies of #98067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98067F

Black with #98067F

Text Example


Text Example

White with #98067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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