Html Css Color HEX #98147C Dark Purple

📋 copy color: '#98147C'

red 152 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #98147C

Tints of Dark Purple #98147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 51.35%
G = 6.76%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98147C (or 0x98147C) is known color: Dark Purple. HEX triplet: 98, 14 and 7C. RGB value is (152,20,124). Sum of RGB (Red+Green+Blue) = 152+20+124=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98147C is #67EB83. Grayscale: #474747. Windows color (decimal): -6810500 or 8131736. OLE color: 8131736.

HSL color Cylindrical-coordinate representation of color #98147C: hue angle of 312.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98147C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 20 124 -
CMYK 0 0.87 0.18 0.40
HSL 312.73º 0.77% 0.34% -
HSV(B) 312.73º 0.87% 0.6% -
XYZ 16.84 8.63 19.85 -
YUV 71.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 152 20 124 0 0.87 0.18 0.40 312.73 0.77 0.34
Hex 98 14 7C 0 57 12 28 139 4D 22
Octal 230 24 174 0 127 22 50 471 115 42
Binary 10011000 10100 1111100 0 1010111 10010 101000 100111001 1001101 100010

Color Harmonies of #98147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98147C

Black with #98147C

Text Example


Text Example

White with #98147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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