Html Css Color HEX #981770 Dark Purple

📋 copy color: '#981770'

red 152 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #981770

Tints of Dark Purple #981770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 52.96%
G = 8.01%
B = 39.02%

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

#981770 (or 0x981770) is known color: Dark Purple. HEX triplet: 98, 17 and 70. RGB value is (152,23,112). Sum of RGB (Red+Green+Blue) = 152+23+112=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981770 is #67E88F. Grayscale: #474747. Windows color (decimal): -6809744 or 7346072. OLE color: 7346072.

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

Color convert

RGB 152 23 112 -
CMYK 0 0.85 0.26 0.40
HSL 318.6º 0.74% 0.34% -
HSV(B) 318.6º 0.85% 0.6% -
XYZ 16.18 8.46 16.11 -
YUV 71.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 152 23 112 0 0.85 0.26 0.40 318.6 0.74 0.34
Hex 98 17 70 0 55 1A 28 13F 4A 22
Octal 230 27 160 0 125 32 50 477 112 42
Binary 10011000 10111 1110000 0 1010101 11010 101000 100111111 1001010 100010

Color Harmonies of #981770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981770

Black with #981770

Text Example


Text Example

White with #981770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981770; }

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

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

background-color css

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

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

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

border-color css

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

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

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