Html Css Color HEX #982380 Dark Purple

📋 copy color: '#982380'

red 152 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #982380

Tints of Dark Purple #982380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 48.25%
G = 11.11%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#982380 (or 0x982380) is known color: Dark Purple. HEX triplet: 98, 23 and 80. RGB value is (152,35,128). Sum of RGB (Red+Green+Blue) = 152+35+128=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982380 is #67DC7F. Grayscale: #505050. Windows color (decimal): -6806656 or 8397720. OLE color: 8397720.

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

Color convert

RGB 152 35 128 -
CMYK 0 0.77 0.16 0.40
HSL 312.31º 0.63% 0.37% -
HSV(B) 312.31º 0.77% 0.6% -
XYZ 17.45 9.44 21.32 -
YUV 80.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 152 35 128 0 0.77 0.16 0.40 312.31 0.63 0.37
Hex 98 23 80 0 4D 10 28 138 3F 25
Octal 230 43 200 0 115 20 50 470 77 45
Binary 10011000 100011 10000000 0 1001101 10000 101000 100111000 111111 100101

Color Harmonies of #982380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982380

Black with #982380

Text Example


Text Example

White with #982380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982380; }

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

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

background-color css

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

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

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

border-color css

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

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

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