Html Css Color HEX #981C89 Dark Purple

📋 copy color: '#981C89'

red 152 ◦ green 28 ◦ blue 137

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

Shades of Dark Purple #981C89

Tints of Dark Purple #981C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 47.95%
G = 8.83%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981C89 (or 0x981C89) is known color: Dark Purple. HEX triplet: 98, 1C and 89. RGB value is (152,28,137). Sum of RGB (Red+Green+Blue) = 152+28+137=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C89 is #67E376. Grayscale: #4D4D4D. Windows color (decimal): -6808439 or 8985752. OLE color: 8985752.

HSL color Cylindrical-coordinate representation of color #981C89: hue angle of 307.26º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C89 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 137 -
CMYK 0 0.82 0.10 0.40
HSL 307.26º 0.69% 0.35% -
HSV(B) 307.26º 0.82% 0.6% -
XYZ 17.88 9.31 24.52 -
YUV 77.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 152 28 137 0 0.82 0.10 0.40 307.26 0.69 0.35
Hex 98 1C 89 0 52 A 28 133 45 23
Octal 230 34 211 0 122 12 50 463 105 43
Binary 10011000 11100 10001001 0 1010010 1010 101000 100110011 1000101 100011

Color Harmonies of #981C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C89

Black with #981C89

Text Example


Text Example

White with #981C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C89; }

 p { color: rgb(152,28,137); }

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

background-color css

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

 a { background-color: rgb(152,28,137); }

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

border-color css

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

 span { border-color: rgb(152,28,137); }

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