Html Css Color HEX #982387 Dark Purple

📋 copy color: '#982387'

red 152 ◦ green 35 ◦ blue 135

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

Shades of Dark Purple #982387

Tints of Dark Purple #982387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.93%

R = 47.2%
G = 10.87%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#982387 (or 0x982387) is known color: Dark Purple. HEX triplet: 98, 23 and 87. RGB value is (152,35,135). Sum of RGB (Red+Green+Blue) = 152+35+135=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #982387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982387 is #67DC78. Grayscale: #515151. Windows color (decimal): -6806649 or 8856472. OLE color: 8856472.

HSL color Cylindrical-coordinate representation of color #982387: hue angle of 308.72º 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 #982387 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 135 -
CMYK 0 0.77 0.11 0.40
HSL 308.72º 0.63% 0.37% -
HSV(B) 308.72º 0.77% 0.6% -
XYZ 17.92 9.63 23.84 -
YUV 81.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 152 35 135 0 0.77 0.11 0.40 308.72 0.63 0.37
Hex 98 23 87 0 4D B 28 135 3F 25
Octal 230 43 207 0 115 13 50 465 77 45
Binary 10011000 100011 10000111 0 1001101 1011 101000 100110101 111111 100101

Color Harmonies of #982387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982387

Black with #982387

Text Example


Text Example

White with #982387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982387; }

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

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

background-color css

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

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

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

border-color css

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

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

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