Html Css Color HEX #981D89 Dark Purple

📋 copy color: '#981D89'

red 152 ◦ green 29 ◦ blue 137

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

Shades of Dark Purple #981D89

Tints of Dark Purple #981D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 47.8%
G = 9.12%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981D89 (or 0x981D89) is known color: Dark Purple. HEX triplet: 98, 1D and 89. RGB value is (152,29,137). Sum of RGB (Red+Green+Blue) = 152+29+137=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D89 is #67E276. Grayscale: #4D4D4D. Windows color (decimal): -6808183 or 8986008. OLE color: 8986008.

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

Color convert

RGB 152 29 137 -
CMYK 0 0.81 0.10 0.40
HSL 307.32º 0.68% 0.35% -
HSV(B) 307.32º 0.81% 0.6% -
XYZ 17.9 9.36 24.53 -
YUV 78.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 152 29 137 0 0.81 0.10 0.40 307.32 0.68 0.35
Hex 98 1D 89 0 51 A 28 133 44 23
Octal 230 35 211 0 121 12 50 463 104 43
Binary 10011000 11101 10001001 0 1010001 1010 101000 100110011 1000100 100011

Color Harmonies of #981D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D89

Black with #981D89

Text Example


Text Example

White with #981D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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