Html Css Color HEX #98067E Dark Magenta

📋 copy color: '#98067E'

red 152 ◦ green 6 ◦ blue 126

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

Shades of Dark Magenta #98067E

Tints of Dark Magenta #98067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 53.52%
G = 2.11%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98067E (or 0x98067E) is known color: Dark Magenta. HEX triplet: 98, 06 and 7E. RGB value is (152,6,126). Sum of RGB (Red+Green+Blue) = 152+6+126=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067E is #67F981. Grayscale: #3F3F3F. Windows color (decimal): -6814082 or 8259224. OLE color: 8259224.

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

Color convert

RGB 152 6 126 -
CMYK 0 0.96 0.17 0.40
HSL 310.68º 0.92% 0.31% -
HSV(B) 310.68º 0.96% 0.6% -
XYZ 16.78 8.31 20.46 -
YUV 63.33 163.37 191.24 -
System Red Green Blue C M Y K H S L
Decimal 152 6 126 0 0.96 0.17 0.40 310.68 0.92 0.31
Hex 98 6 7E 0 60 11 28 137 5C 1F
Octal 230 6 176 0 140 21 50 467 134 37
Binary 10011000 110 1111110 0 1100000 10001 101000 100110111 1011100 11111

Color Harmonies of #98067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98067E

Black with #98067E

Text Example


Text Example

White with #98067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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