Html Css Color HEX #98167C Dark Purple

📋 copy color: '#98167C'

red 152 ◦ green 22 ◦ blue 124

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

Shades of Dark Purple #98167C

Tints of Dark Purple #98167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 51.01%
G = 7.38%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98167C (or 0x98167C) is known color: Dark Purple. HEX triplet: 98, 16 and 7C. RGB value is (152,22,124). Sum of RGB (Red+Green+Blue) = 152+22+124=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98167C is #67E983. Grayscale: #484848. Windows color (decimal): -6809988 or 8132248. OLE color: 8132248.

HSL color Cylindrical-coordinate representation of color #98167C: hue angle of 312.92º 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 #98167C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 124 -
CMYK 0 0.86 0.18 0.40
HSL 312.92º 0.75% 0.34% -
HSV(B) 312.92º 0.86% 0.6% -
XYZ 16.87 8.7 19.86 -
YUV 72.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 152 22 124 0 0.86 0.18 0.40 312.92 0.75 0.34
Hex 98 16 7C 0 56 12 28 139 4B 22
Octal 230 26 174 0 126 22 50 471 113 42
Binary 10011000 10110 1111100 0 1010110 10010 101000 100111001 1001011 100010

Color Harmonies of #98167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98167C

Black with #98167C

Text Example


Text Example

White with #98167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98167C; }

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

 H1.HeaderClassName
 {
   color: #98167C;
 }
 .AnyTagClassName
 {
   color: #98167C;
 }
</style>

background-color css

<style>
 a { background-color: #98167C; }

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

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

border-color css

<style>
 span { border-color: #98167C; }

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

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