Html Css Color HEX #981589 Dark Purple

📋 copy color: '#981589'

red 152 ◦ green 21 ◦ blue 137

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

Shades of Dark Purple #981589

Tints of Dark Purple #981589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

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

R = 49.03%
G = 6.77%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981589 (or 0x981589) is known color: Dark Purple. HEX triplet: 98, 15 and 89. RGB value is (152,21,137). Sum of RGB (Red+Green+Blue) = 152+21+137=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981589 is #67EA76. Grayscale: #494949. Windows color (decimal): -6810231 or 8983960. OLE color: 8983960.

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

Color convert

RGB 152 21 137 -
CMYK 0 0.86 0.10 0.40
HSL 306.87º 0.76% 0.34% -
HSV(B) 306.87º 0.86% 0.6% -
XYZ 17.73 9.02 24.47 -
YUV 73.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 152 21 137 0 0.86 0.10 0.40 306.87 0.76 0.34
Hex 98 15 89 0 56 A 28 133 4C 22
Octal 230 25 211 0 126 12 50 463 114 42
Binary 10011000 10101 10001001 0 1010110 1010 101000 100110011 1001100 100010

Color Harmonies of #981589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981589

Black with #981589

Text Example


Text Example

White with #981589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981589; }

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

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

background-color css

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

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

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

border-color css

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

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

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