Html Css Color HEX #981771 Dark Purple

📋 copy color: '#981771'

red 152 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #981771

Tints of Dark Purple #981771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 52.78%
G = 7.99%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981771 (or 0x981771) is known color: Dark Purple. HEX triplet: 98, 17 and 71. RGB value is (152,23,113). Sum of RGB (Red+Green+Blue) = 152+23+113=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981771 is #67E88E. Grayscale: #474747. Windows color (decimal): -6809743 or 7411608. OLE color: 7411608.

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

Color convert

RGB 152 23 113 -
CMYK 0 0.85 0.26 0.40
HSL 318.14º 0.74% 0.34% -
HSV(B) 318.14º 0.85% 0.6% -
XYZ 16.24 8.48 16.4 -
YUV 71.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 152 23 113 0 0.85 0.26 0.40 318.14 0.74 0.34
Hex 98 17 71 0 55 1A 28 13E 4A 22
Octal 230 27 161 0 125 32 50 476 112 42
Binary 10011000 10111 1110001 0 1010101 11010 101000 100111110 1001010 100010

Color Harmonies of #981771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981771

Black with #981771

Text Example


Text Example

White with #981771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981771; }

 p { color: rgb(152,23,113); }

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

background-color css

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

 a { background-color: rgb(152,23,113); }

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

border-color css

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

 span { border-color: rgb(152,23,113); }

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