Html Css Color HEX #982389 Dark Purple

📋 copy color: '#982389'

red 152 ◦ green 35 ◦ blue 137

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

Shades of Dark Purple #982389

Tints of Dark Purple #982389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 46.91%
G = 10.8%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#982389 (or 0x982389) is known color: Dark Purple. HEX triplet: 98, 23 and 89. RGB value is (152,35,137). Sum of RGB (Red+Green+Blue) = 152+35+137=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #982389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982389 is #67DC76. Grayscale: #515151. Windows color (decimal): -6806647 or 8987544. OLE color: 8987544.

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

Color convert

RGB 152 35 137 -
CMYK 0 0.77 0.10 0.40
HSL 307.69º 0.63% 0.37% -
HSV(B) 307.69º 0.77% 0.6% -
XYZ 18.07 9.68 24.58 -
YUV 81.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 152 35 137 0 0.77 0.10 0.40 307.69 0.63 0.37
Hex 98 23 89 0 4D A 28 134 3F 25
Octal 230 43 211 0 115 12 50 464 77 45
Binary 10011000 100011 10001001 0 1001101 1010 101000 100110100 111111 100101

Color Harmonies of #982389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982389

Black with #982389

Text Example


Text Example

White with #982389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982389; }

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

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

background-color css

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

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

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

border-color css

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

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

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