Html Css Color HEX #98137C Dark Purple

📋 copy color: '#98137C'

red 152 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #98137C

Tints of Dark Purple #98137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 51.53%
G = 6.44%
B = 42.03%

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

#98137C (or 0x98137C) is known color: Dark Purple. HEX triplet: 98, 13 and 7C. RGB value is (152,19,124). Sum of RGB (Red+Green+Blue) = 152+19+124=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137C is #67EC83. Grayscale: #464646. Windows color (decimal): -6810756 or 8131480. OLE color: 8131480.

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

Color convert

RGB 152 19 124 -
CMYK 0 0.87 0.18 0.40
HSL 312.63º 0.78% 0.34% -
HSV(B) 312.63º 0.88% 0.6% -
XYZ 16.82 8.6 19.84 -
YUV 70.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 152 19 124 0 0.87 0.18 0.40 312.63 0.78 0.34
Hex 98 13 7C 0 57 12 28 139 4E 22
Octal 230 23 174 0 127 22 50 471 116 42
Binary 10011000 10011 1111100 0 1010111 10010 101000 100111001 1001110 100010

Color Harmonies of #98137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98137C

Black with #98137C

Text Example


Text Example

White with #98137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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