Html Css Color HEX #98089F Dark Magenta

📋 copy color: '#98089F'

red 152 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #98089F

Tints of Dark Magenta #98089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 47.65%
G = 2.51%
B = 49.84%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98089F (or 0x98089F) is known color: Dark Magenta. HEX triplet: 98, 08 and 9F. RGB value is (152,8,159). Sum of RGB (Red+Green+Blue) = 152+8+159=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #98089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98089F is #67F760. Grayscale: #434343. Windows color (decimal): -6813537 or 10422424. OLE color: 10422424.

HSL color Cylindrical-coordinate representation of color #98089F: hue angle of 297.22º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98089F is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 8 159 -
CMYK 0.04 0.95 0 0.38
HSL 297.22º 0.9% 0.33% -
HSV(B) 297.22º 0.95% 0.62% -
XYZ 19.29 9.35 33.59 -
YUV 68.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 152 8 159 0.04 0.95 0 0.38 297.22 0.9 0.33
Hex 98 8 9F 4 5F 0 26 129 5A 21
Octal 230 10 237 4 137 0 46 451 132 41
Binary 10011000 1000 10011111 100 1011111 0 100110 100101001 1011010 100001

Color Harmonies of #98089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98089F

Black with #98089F

Text Example


Text Example

White with #98089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,8,159); }

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

background-color css

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

 a { background-color: rgb(152,8,159); }

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

border-color css

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

 span { border-color: rgb(152,8,159); }

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