Html Css Color HEX #98357C Dark Purple

📋 copy color: '#98357C'

red 152 ◦ green 53 ◦ blue 124

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

Shades of Dark Purple #98357C

Tints of Dark Purple #98357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 46.2%
G = 16.11%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98357C (or 0x98357C) is known color: Dark Purple. HEX triplet: 98, 35 and 7C. RGB value is (152,53,124). Sum of RGB (Red+Green+Blue) = 152+53+124=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98357C is #67CA83. Grayscale: #5A5A5A. Windows color (decimal): -6802052 or 8140184. OLE color: 8140184.

HSL color Cylindrical-coordinate representation of color #98357C: hue angle of 316.97º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98357C is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 124 -
CMYK 0 0.65 0.18 0.40
HSL 316.97º 0.48% 0.4% -
HSV(B) 316.97º 0.65% 0.6% -
XYZ 17.86 10.68 20.19 -
YUV 90.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 152 53 124 0 0.65 0.18 0.40 316.97 0.48 0.4
Hex 98 35 7C 0 41 12 28 13D 30 28
Octal 230 65 174 0 101 22 50 475 60 50
Binary 10011000 110101 1111100 0 1000001 10010 101000 100111101 110000 101000

Color Harmonies of #98357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98357C

Black with #98357C

Text Example


Text Example

White with #98357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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