Html Css Color HEX #982989 Dark Purple

📋 copy color: '#982989'

red 152 ◦ green 41 ◦ blue 137

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

Shades of Dark Purple #982989

Tints of Dark Purple #982989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 46.06%
G = 12.42%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#982989 (or 0x982989) is known color: Dark Purple. HEX triplet: 98, 29 and 89. RGB value is (152,41,137). Sum of RGB (Red+Green+Blue) = 152+41+137=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #982989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982989 is #67D676. Grayscale: #545454. Windows color (decimal): -6805111 or 8989080. OLE color: 8989080.

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

Color convert

RGB 152 41 137 -
CMYK 0 0.73 0.10 0.40
HSL 308.11º 0.58% 0.38% -
HSV(B) 308.11º 0.73% 0.6% -
XYZ 18.26 10.07 24.65 -
YUV 85.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 152 41 137 0 0.73 0.10 0.40 308.11 0.58 0.38
Hex 98 29 89 0 49 A 28 134 3A 26
Octal 230 51 211 0 111 12 50 464 72 46
Binary 10011000 101001 10001001 0 1001001 1010 101000 100110100 111010 100110

Color Harmonies of #982989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982989

Black with #982989

Text Example


Text Example

White with #982989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982989; }

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

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

background-color css

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

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

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

border-color css

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

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

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