Html Css Color HEX #98317D Dark Purple

📋 copy color: '#98317D'

red 152 ◦ green 49 ◦ blue 125

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

Shades of Dark Purple #98317D

Tints of Dark Purple #98317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 46.63%
G = 15.03%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98317D (or 0x98317D) is known color: Dark Purple. HEX triplet: 98, 31 and 7D. RGB value is (152,49,125). Sum of RGB (Red+Green+Blue) = 152+49+125=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98317D is #67CE82. Grayscale: #585858. Windows color (decimal): -6803075 or 8204696. OLE color: 8204696.

HSL color Cylindrical-coordinate representation of color #98317D: hue angle of 315.73º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98317D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 125 -
CMYK 0 0.68 0.18 0.40
HSL 315.73º 0.51% 0.39% -
HSV(B) 315.73º 0.68% 0.6% -
XYZ 17.75 10.35 20.46 -
YUV 88.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 152 49 125 0 0.68 0.18 0.40 315.73 0.51 0.39
Hex 98 31 7D 0 44 12 28 13C 33 27
Octal 230 61 175 0 104 22 50 474 63 47
Binary 10011000 110001 1111101 0 1000100 10010 101000 100111100 110011 100111

Color Harmonies of #98317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98317D

Black with #98317D

Text Example


Text Example

White with #98317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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