Html Css Color HEX #98137F Dark Purple

📋 copy color: '#98137F'

red 152 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #98137F

Tints of Dark Purple #98137F

RGB

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

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

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

R = 51.01%
G = 6.38%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98137F (or 0x98137F) is known color: Dark Purple. HEX triplet: 98, 13 and 7F. RGB value is (152,19,127). Sum of RGB (Red+Green+Blue) = 152+19+127=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137F is #67EC80. Grayscale: #464646. Windows color (decimal): -6810753 or 8328088. OLE color: 8328088.

HSL color Cylindrical-coordinate representation of color #98137F: hue angle of 311.28º 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 #98137F is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 127 -
CMYK 0 0.87 0.16 0.40
HSL 311.28º 0.78% 0.34% -
HSV(B) 311.28º 0.88% 0.6% -
XYZ 17.01 8.67 20.86 -
YUV 71.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 152 19 127 0 0.87 0.16 0.40 311.28 0.78 0.34
Hex 98 13 7F 0 57 10 28 137 4E 22
Octal 230 23 177 0 127 20 50 467 116 42
Binary 10011000 10011 1111111 0 1010111 10000 101000 100110111 1001110 100010

Color Harmonies of #98137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98137F

Black with #98137F

Text Example


Text Example

White with #98137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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