Html Css Color HEX #98187D Dark Purple

📋 copy color: '#98187D'

red 152 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #98187D

Tints of Dark Purple #98187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 50.5%
G = 7.97%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98187D (or 0x98187D) is known color: Dark Purple. HEX triplet: 98, 18 and 7D. RGB value is (152,24,125). Sum of RGB (Red+Green+Blue) = 152+24+125=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98187D is #67E782. Grayscale: #494949. Windows color (decimal): -6809475 or 8198296. OLE color: 8198296.

HSL color Cylindrical-coordinate representation of color #98187D: hue angle of 312.66º degrees, saturation: 0.73, 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 #98187D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 125 -
CMYK 0 0.84 0.18 0.40
HSL 312.66º 0.73% 0.35% -
HSV(B) 312.66º 0.84% 0.6% -
XYZ 16.98 8.81 20.21 -
YUV 73.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 152 24 125 0 0.84 0.18 0.40 312.66 0.73 0.35
Hex 98 18 7D 0 54 12 28 139 49 23
Octal 230 30 175 0 124 22 50 471 111 43
Binary 10011000 11000 1111101 0 1010100 10010 101000 100111001 1001001 100011

Color Harmonies of #98187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98187D

Black with #98187D

Text Example


Text Example

White with #98187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98187D; }

 p { color: rgb(152,24,125); }

 H1.HeaderClassName
 {
   color: #98187D;
 }
 .AnyTagClassName
 {
   color: #98187D;
 }
</style>

background-color css

<style>
 a { background-color: #98187D; }

 a { background-color: rgb(152,24,125); }

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

border-color css

<style>
 span { border-color: #98187D; }

 span { border-color: rgb(152,24,125); }

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