Html Css Color HEX #981977 Dark Purple

📋 copy color: '#981977'

red 152 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #981977

Tints of Dark Purple #981977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 51.35%
G = 8.45%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981977 (or 0x981977) is known color: Dark Purple. HEX triplet: 98, 19 and 77. RGB value is (152,25,119). Sum of RGB (Red+Green+Blue) = 152+25+119=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #981977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981977 is #67E688. Grayscale: #494949. Windows color (decimal): -6809225 or 7805336. OLE color: 7805336.

HSL color Cylindrical-coordinate representation of color #981977: hue angle of 315.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981977 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 119 -
CMYK 0 0.84 0.22 0.40
HSL 315.59º 0.72% 0.35% -
HSV(B) 315.59º 0.84% 0.6% -
XYZ 16.63 8.7 18.26 -
YUV 73.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 152 25 119 0 0.84 0.22 0.40 315.59 0.72 0.35
Hex 98 19 77 0 54 16 28 13C 48 23
Octal 230 31 167 0 124 26 50 474 110 43
Binary 10011000 11001 1110111 0 1010100 10110 101000 100111100 1001000 100011

Color Harmonies of #981977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981977

Black with #981977

Text Example


Text Example

White with #981977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981977; }

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

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

background-color css

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

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

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

border-color css

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

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

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