Html Css Color HEX #98157F Dark Purple

📋 copy color: '#98157F'

red 152 ◦ green 21 ◦ blue 127

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

Shades of Dark Purple #98157F

Tints of Dark Purple #98157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 127 (50% from 255) = 42.33%

R = 50.67%
G = 7%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98157F (or 0x98157F) is known color: Dark Purple. HEX triplet: 98, 15 and 7F. RGB value is (152,21,127). Sum of RGB (Red+Green+Blue) = 152+21+127=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98157F is #67EA80. Grayscale: #474747. Windows color (decimal): -6810241 or 8328600. OLE color: 8328600.

HSL color Cylindrical-coordinate representation of color #98157F: hue angle of 311.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98157F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 127 -
CMYK 0 0.86 0.16 0.40
HSL 311.45º 0.76% 0.34% -
HSV(B) 311.45º 0.86% 0.6% -
XYZ 17.05 8.74 20.87 -
YUV 72.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 152 21 127 0 0.86 0.16 0.40 311.45 0.76 0.34
Hex 98 15 7F 0 56 10 28 137 4C 22
Octal 230 25 177 0 126 20 50 467 114 42
Binary 10011000 10101 1111111 0 1010110 10000 101000 100110111 1001100 100010

Color Harmonies of #98157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98157F

Black with #98157F

Text Example


Text Example

White with #98157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98157F; }

 p { color: rgb(152,21,127); }

 H1.HeaderClassName
 {
   color: #98157F;
 }
 .AnyTagClassName
 {
   color: #98157F;
 }
</style>

background-color css

<style>
 a { background-color: #98157F; }

 a { background-color: rgb(152,21,127); }

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

border-color css

<style>
 span { border-color: #98157F; }

 span { border-color: rgb(152,21,127); }

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