Html Css Color HEX #98137A Dark Purple

📋 copy color: '#98137A'

red 152 ◦ green 19 ◦ blue 122

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

Shades of Dark Purple #98137A

Tints of Dark Purple #98137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 51.88%
G = 6.48%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98137A (or 0x98137A) is known color: Dark Purple. HEX triplet: 98, 13 and 7A. RGB value is (152,19,122). Sum of RGB (Red+Green+Blue) = 152+19+122=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137A is #67EC85. Grayscale: #464646. Windows color (decimal): -6810758 or 8000408. OLE color: 8000408.

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

Color convert

RGB 152 19 122 -
CMYK 0 0.87 0.20 0.40
HSL 313.53º 0.78% 0.34% -
HSV(B) 313.53º 0.88% 0.6% -
XYZ 16.69 8.55 19.18 -
YUV 70.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 152 19 122 0 0.87 0.20 0.40 313.53 0.78 0.34
Hex 98 13 7A 0 57 14 28 13A 4E 22
Octal 230 23 172 0 127 24 50 472 116 42
Binary 10011000 10011 1111010 0 1010111 10100 101000 100111010 1001110 100010

Color Harmonies of #98137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98137A

Black with #98137A

Text Example


Text Example

White with #98137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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