Html Css Color HEX #98019B Dark Magenta

📋 copy color: '#98019B'

red 152 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #98019B

Tints of Dark Magenta #98019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 49.35%
G = 0.32%
B = 50.32%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98019B (or 0x98019B) is known color: Dark Magenta. HEX triplet: 98, 01 and 9B. RGB value is (152,1,155). Sum of RGB (Red+Green+Blue) = 152+1+155=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #98019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98019B is #67FE64. Grayscale: #3F3F3F. Windows color (decimal): -6815333 or 10158488. OLE color: 10158488.

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

Color convert

RGB 152 1 155 -
CMYK 0.02 0.99 0 0.39
HSL 298.83º 0.99% 0.31% -
HSV(B) 298.83º 0.99% 0.61% -
XYZ 18.88 9.06 31.76 -
YUV 63.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 152 1 155 0.02 0.99 0 0.39 298.83 0.99 0.31
Hex 98 1 9B 2 63 0 27 12B 63 1F
Octal 230 1 233 2 143 0 47 453 143 37
Binary 10011000 1 10011011 10 1100011 0 100111 100101011 1100011 11111

Color Harmonies of #98019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98019B

Black with #98019B

Text Example


Text Example

White with #98019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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