Html Css Color HEX #98317C Dark Purple

📋 copy color: '#98317C'

red 152 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #98317C

Tints of Dark Purple #98317C

RGB

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

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

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

R = 46.77%
G = 15.08%
B = 38.15%

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

#98317C (or 0x98317C) is known color: Dark Purple. HEX triplet: 98, 31 and 7C. RGB value is (152,49,124). Sum of RGB (Red+Green+Blue) = 152+49+124=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98317C is #67CE83. Grayscale: #585858. Windows color (decimal): -6803076 or 8139160. OLE color: 8139160.

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

Color convert

RGB 152 49 124 -
CMYK 0 0.68 0.18 0.40
HSL 316.31º 0.51% 0.39% -
HSV(B) 316.31º 0.68% 0.6% -
XYZ 17.69 10.33 20.13 -
YUV 88.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 152 49 124 0 0.68 0.18 0.40 316.31 0.51 0.39
Hex 98 31 7C 0 44 12 28 13C 33 27
Octal 230 61 174 0 104 22 50 474 63 47
Binary 10011000 110001 1111100 0 1000100 10010 101000 100111100 110011 100111

Color Harmonies of #98317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98317C

Black with #98317C

Text Example


Text Example

White with #98317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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