Html Css Color HEX #982889 Dark Purple

📋 copy color: '#982889'

red 152 ◦ green 40 ◦ blue 137

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

Shades of Dark Purple #982889

Tints of Dark Purple #982889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 46.2%
G = 12.16%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#982889 (or 0x982889) is known color: Dark Purple. HEX triplet: 98, 28 and 89. RGB value is (152,40,137). Sum of RGB (Red+Green+Blue) = 152+40+137=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #982889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982889 is #67D776. Grayscale: #545454. Windows color (decimal): -6805367 or 8988824. OLE color: 8988824.

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

Color convert

RGB 152 40 137 -
CMYK 0 0.74 0.10 0.40
HSL 308.04º 0.58% 0.38% -
HSV(B) 308.04º 0.74% 0.6% -
XYZ 18.22 10 24.64 -
YUV 84.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 152 40 137 0 0.74 0.10 0.40 308.04 0.58 0.38
Hex 98 28 89 0 4A A 28 134 3A 26
Octal 230 50 211 0 112 12 50 464 72 46
Binary 10011000 101000 10001001 0 1001010 1010 101000 100110100 111010 100110

Color Harmonies of #982889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982889

Black with #982889

Text Example


Text Example

White with #982889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982889; }

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

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

background-color css

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

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

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

border-color css

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

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

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