Html Css Color HEX #98198E Dark Purple

📋 copy color: '#98198E'

red 152 ◦ green 25 ◦ blue 142

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

Shades of Dark Purple #98198E

Tints of Dark Purple #98198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 47.65%
G = 7.84%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98198E (or 0x98198E) is known color: Dark Purple. HEX triplet: 98, 19 and 8E. RGB value is (152,25,142). Sum of RGB (Red+Green+Blue) = 152+25+142=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98198E is #67E671. Grayscale: #4B4B4B. Windows color (decimal): -6809202 or 9312664. OLE color: 9312664.

HSL color Cylindrical-coordinate representation of color #98198E: hue angle of 304.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98198E is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 142 -
CMYK 0 0.84 0.07 0.40
HSL 304.72º 0.72% 0.35% -
HSV(B) 304.72º 0.84% 0.6% -
XYZ 18.18 9.32 26.43 -
YUV 76.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 152 25 142 0 0.84 0.07 0.40 304.72 0.72 0.35
Hex 98 19 8E 0 54 7 28 131 48 23
Octal 230 31 216 0 124 7 50 461 110 43
Binary 10011000 11001 10001110 0 1010100 111 101000 100110001 1001000 100011

Color Harmonies of #98198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98198E

Black with #98198E

Text Example


Text Example

White with #98198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98198E; }

 p { color: rgb(152,25,142); }

 H1.HeaderClassName
 {
   color: #98198E;
 }
 .AnyTagClassName
 {
   color: #98198E;
 }
</style>

background-color css

<style>
 a { background-color: #98198E; }

 a { background-color: rgb(152,25,142); }

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

border-color css

<style>
 span { border-color: #98198E; }

 span { border-color: rgb(152,25,142); }

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