Html Css Color HEX #98168B Dark Magenta

📋 copy color: '#98168B'

red 152 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #98168B

Tints of Dark Magenta #98168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 48.56%
G = 7.03%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98168B (or 0x98168B) is known color: Dark Magenta. HEX triplet: 98, 16 and 8B. RGB value is (152,22,139). Sum of RGB (Red+Green+Blue) = 152+22+139=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98168B is #67E974. Grayscale: #494949. Windows color (decimal): -6809973 or 9115288. OLE color: 9115288.

HSL color Cylindrical-coordinate representation of color #98168B: hue angle of 306º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98168B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 139 -
CMYK 0 0.86 0.09 0.40
HSL 306º 0.75% 0.34% -
HSV(B) 306º 0.86% 0.6% -
XYZ 17.9 9.11 25.24 -
YUV 74.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 152 22 139 0 0.86 0.09 0.40 306 0.75 0.34
Hex 98 16 8B 0 56 9 28 132 4B 22
Octal 230 26 213 0 126 11 50 462 113 42
Binary 10011000 10110 10001011 0 1010110 1001 101000 100110010 1001011 100010

Color Harmonies of #98168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98168B

Black with #98168B

Text Example


Text Example

White with #98168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,22,139); }

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

background-color css

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

 a { background-color: rgb(152,22,139); }

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

border-color css

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

 span { border-color: rgb(152,22,139); }

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