Html Css Color HEX #982573 Dark Purple

📋 copy color: '#982573'

red 152 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #982573

Tints of Dark Purple #982573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 50%
G = 12.17%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982573 (or 0x982573) is known color: Dark Purple. HEX triplet: 98, 25 and 73. RGB value is (152,37,115). Sum of RGB (Red+Green+Blue) = 152+37+115=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982573 is #67DA8C. Grayscale: #505050. Windows color (decimal): -6806157 or 7546264. OLE color: 7546264.

HSL color Cylindrical-coordinate representation of color #982573: hue angle of 319.3º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982573 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 115 -
CMYK 0 0.76 0.24 0.40
HSL 319.3º 0.61% 0.37% -
HSV(B) 319.3º 0.76% 0.6% -
XYZ 16.7 9.24 17.12 -
YUV 80.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 152 37 115 0 0.76 0.24 0.40 319.3 0.61 0.37
Hex 98 25 73 0 4C 18 28 13F 3D 25
Octal 230 45 163 0 114 30 50 477 75 45
Binary 10011000 100101 1110011 0 1001100 11000 101000 100111111 111101 100101

Color Harmonies of #982573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982573

Black with #982573

Text Example


Text Example

White with #982573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982573; }

 p { color: rgb(152,37,115); }

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

background-color css

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

 a { background-color: rgb(152,37,115); }

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

border-color css

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

 span { border-color: rgb(152,37,115); }

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