Html Css Color HEX #98069E Dark Magenta

📋 copy color: '#98069E'

red 152 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #98069E

Tints of Dark Magenta #98069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50%

R = 48.1%
G = 1.9%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98069E (or 0x98069E) is known color: Dark Magenta. HEX triplet: 98, 06 and 9E. RGB value is (152,6,158). Sum of RGB (Red+Green+Blue) = 152+6+158=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #98069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98069E is #67F961. Grayscale: #424242. Windows color (decimal): -6814050 or 10356376. OLE color: 10356376.

HSL color Cylindrical-coordinate representation of color #98069E: hue angle of 297.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98069E is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 6 158 -
CMYK 0.04 0.96 0 0.38
HSL 297.63º 0.93% 0.32% -
HSV(B) 297.63º 0.96% 0.62% -
XYZ 19.19 9.27 33.13 -
YUV 66.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 152 6 158 0.04 0.96 0 0.38 297.63 0.93 0.32
Hex 98 6 9E 4 60 0 26 12A 5D 20
Octal 230 6 236 4 140 0 46 452 135 40
Binary 10011000 110 10011110 100 1100000 0 100110 100101010 1011101 100000

Color Harmonies of #98069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98069E

Black with #98069E

Text Example


Text Example

White with #98069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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