Html Css Color HEX #98088F Dark Magenta

📋 copy color: '#98088F'

red 152 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #98088F

Tints of Dark Magenta #98088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.19%

R = 50.17%
G = 2.64%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98088F (or 0x98088F) is known color: Dark Magenta. HEX triplet: 98, 08 and 8F. RGB value is (152,8,143). Sum of RGB (Red+Green+Blue) = 152+8+143=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98088F is #67F770. Grayscale: #424242. Windows color (decimal): -6813553 or 9373848. OLE color: 9373848.

HSL color Cylindrical-coordinate representation of color #98088F: hue angle of 303.75º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98088F is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 143 -
CMYK 0 0.95 0.06 0.40
HSL 303.75º 0.9% 0.31% -
HSV(B) 303.75º 0.95% 0.6% -
XYZ 17.99 8.83 26.74 -
YUV 66.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 152 8 143 0 0.95 0.06 0.40 303.75 0.9 0.31
Hex 98 8 8F 0 5F 6 28 130 5A 1F
Octal 230 10 217 0 137 6 50 460 132 37
Binary 10011000 1000 10001111 0 1011111 110 101000 100110000 1011010 11111

Color Harmonies of #98088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98088F

Black with #98088F

Text Example


Text Example

White with #98088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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