Html Css Color HEX #982577 Dark Purple

📋 copy color: '#982577'

red 152 ◦ green 37 ◦ blue 119

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

Shades of Dark Purple #982577

Tints of Dark Purple #982577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 49.35%
G = 12.01%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982577 (or 0x982577) is known color: Dark Purple. HEX triplet: 98, 25 and 77. RGB value is (152,37,119). Sum of RGB (Red+Green+Blue) = 152+37+119=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #982577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982577 is #67DA88. Grayscale: #505050. Windows color (decimal): -6806153 or 7808408. OLE color: 7808408.

HSL color Cylindrical-coordinate representation of color #982577: hue angle of 317.22º 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 #982577 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 119 -
CMYK 0 0.76 0.22 0.40
HSL 317.22º 0.61% 0.37% -
HSV(B) 317.22º 0.76% 0.6% -
XYZ 16.94 9.33 18.36 -
YUV 80.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 152 37 119 0 0.76 0.22 0.40 317.22 0.61 0.37
Hex 98 25 77 0 4C 16 28 13D 3D 25
Octal 230 45 167 0 114 26 50 475 75 45
Binary 10011000 100101 1110111 0 1001100 10110 101000 100111101 111101 100101

Color Harmonies of #982577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982577

Black with #982577

Text Example


Text Example

White with #982577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982577; }

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

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

background-color css

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

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

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

border-color css

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

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

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