Html Css Color HEX #981889 Dark Purple

📋 copy color: '#981889'

red 152 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #981889

Tints of Dark Purple #981889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 48.56%
G = 7.67%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981889 (or 0x981889) is known color: Dark Purple. HEX triplet: 98, 18 and 89. RGB value is (152,24,137). Sum of RGB (Red+Green+Blue) = 152+24+137=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #981889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981889 is #67E776. Grayscale: #4A4A4A. Windows color (decimal): -6809463 or 8984728. OLE color: 8984728.

HSL color Cylindrical-coordinate representation of color #981889: hue angle of 307.03º degrees, saturation: 0.73, 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 #981889 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 137 -
CMYK 0 0.84 0.10 0.40
HSL 307.03º 0.73% 0.35% -
HSV(B) 307.03º 0.84% 0.6% -
XYZ 17.79 9.13 24.49 -
YUV 75.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 152 24 137 0 0.84 0.10 0.40 307.03 0.73 0.35
Hex 98 18 89 0 54 A 28 133 49 23
Octal 230 30 211 0 124 12 50 463 111 43
Binary 10011000 11000 10001001 0 1010100 1010 101000 100110011 1001001 100011

Color Harmonies of #981889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981889

Black with #981889

Text Example


Text Example

White with #981889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981889; }

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

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

background-color css

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

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

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

border-color css

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

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

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