Html Css Color HEX #982189 Dark Purple

📋 copy color: '#982189'

red 152 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #982189

Tints of Dark Purple #982189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 47.2%
G = 10.25%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#982189 (or 0x982189) is known color: Dark Purple. HEX triplet: 98, 21 and 89. RGB value is (152,33,137). Sum of RGB (Red+Green+Blue) = 152+33+137=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #982189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982189 is #67DE76. Grayscale: #505050. Windows color (decimal): -6807159 or 8987032. OLE color: 8987032.

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

Color convert

RGB 152 33 137 -
CMYK 0 0.78 0.10 0.40
HSL 307.56º 0.64% 0.36% -
HSV(B) 307.56º 0.78% 0.6% -
XYZ 18.01 9.57 24.56 -
YUV 80.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 152 33 137 0 0.78 0.10 0.40 307.56 0.64 0.36
Hex 98 21 89 0 4E A 28 134 40 24
Octal 230 41 211 0 116 12 50 464 100 44
Binary 10011000 100001 10001001 0 1001110 1010 101000 100110100 1000000 100100

Color Harmonies of #982189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982189

Black with #982189

Text Example


Text Example

White with #982189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982189; }

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

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

background-color css

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

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

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

border-color css

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

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

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