Html Css Color HEX #982873 Dark Purple

📋 copy color: '#982873'

red 152 ◦ green 40 ◦ blue 115

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

Shades of Dark Purple #982873

Tints of Dark Purple #982873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 49.51%
G = 13.03%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982873 (or 0x982873) is known color: Dark Purple. HEX triplet: 98, 28 and 73. RGB value is (152,40,115). Sum of RGB (Red+Green+Blue) = 152+40+115=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982873 is #67D78C. Grayscale: #515151. Windows color (decimal): -6805389 or 7547032. OLE color: 7547032.

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

Color convert

RGB 152 40 115 -
CMYK 0 0.74 0.24 0.40
HSL 319.82º 0.58% 0.38% -
HSV(B) 319.82º 0.74% 0.6% -
XYZ 16.8 9.43 17.15 -
YUV 82.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 152 40 115 0 0.74 0.24 0.40 319.82 0.58 0.38
Hex 98 28 73 0 4A 18 28 140 3A 26
Octal 230 50 163 0 112 30 50 500 72 46
Binary 10011000 101000 1110011 0 1001010 11000 101000 101000000 111010 100110

Color Harmonies of #982873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982873

Black with #982873

Text Example


Text Example

White with #982873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982873; }

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

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

background-color css

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

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

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

border-color css

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

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

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