Html Css Color HEX #982589 Dark Purple

📋 copy color: '#982589'

red 152 ◦ green 37 ◦ blue 137

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

Shades of Dark Purple #982589

Tints of Dark Purple #982589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 46.63%
G = 11.35%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#982589 (or 0x982589) is known color: Dark Purple. HEX triplet: 98, 25 and 89. RGB value is (152,37,137). Sum of RGB (Red+Green+Blue) = 152+37+137=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #982589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982589 is #67DA76. Grayscale: #525252. Windows color (decimal): -6806135 or 8988056. OLE color: 8988056.

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

Color convert

RGB 152 37 137 -
CMYK 0 0.76 0.10 0.40
HSL 307.83º 0.61% 0.37% -
HSV(B) 307.83º 0.76% 0.6% -
XYZ 18.13 9.8 24.6 -
YUV 82.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 152 37 137 0 0.76 0.10 0.40 307.83 0.61 0.37
Hex 98 25 89 0 4C A 28 134 3D 25
Octal 230 45 211 0 114 12 50 464 75 45
Binary 10011000 100101 10001001 0 1001100 1010 101000 100110100 111101 100101

Color Harmonies of #982589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982589

Black with #982589

Text Example


Text Example

White with #982589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982589; }

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

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

background-color css

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

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

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

border-color css

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

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

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