Html Css Color HEX #98089B Dark Magenta

📋 copy color: '#98089B'

red 152 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #98089B

Tints of Dark Magenta #98089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 48.25%
G = 2.54%
B = 49.21%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98089B (or 0x98089B) is known color: Dark Magenta. HEX triplet: 98, 08 and 9B. RGB value is (152,8,155). Sum of RGB (Red+Green+Blue) = 152+8+155=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #98089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98089B is #67F764. Grayscale: #434343. Windows color (decimal): -6813541 or 10160280. OLE color: 10160280.

HSL color Cylindrical-coordinate representation of color #98089B: hue angle of 298.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98089B is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 8 155 -
CMYK 0.02 0.95 0 0.39
HSL 298.78º 0.9% 0.32% -
HSV(B) 298.78º 0.95% 0.61% -
XYZ 18.95 9.22 31.79 -
YUV 67.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 152 8 155 0.02 0.95 0 0.39 298.78 0.9 0.32
Hex 98 8 9B 2 5F 0 27 12B 5A 20
Octal 230 10 233 2 137 0 47 453 132 40
Binary 10011000 1000 10011011 10 1011111 0 100111 100101011 1011010 100000

Color Harmonies of #98089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98089B

Black with #98089B

Text Example


Text Example

White with #98089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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