Html Css Color HEX #981982 Dark Purple

📋 copy color: '#981982'

red 152 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #981982

Tints of Dark Purple #981982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 49.51%
G = 8.14%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#981982 (or 0x981982) is known color: Dark Purple. HEX triplet: 98, 19 and 82. RGB value is (152,25,130). Sum of RGB (Red+Green+Blue) = 152+25+130=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981982 is #67E67D. Grayscale: #4A4A4A. Windows color (decimal): -6809214 or 8526232. OLE color: 8526232.

HSL color Cylindrical-coordinate representation of color #981982: hue angle of 310.39º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981982 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 130 -
CMYK 0 0.84 0.14 0.40
HSL 310.39º 0.72% 0.35% -
HSV(B) 310.39º 0.84% 0.6% -
XYZ 17.33 8.98 21.94 -
YUV 74.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 152 25 130 0 0.84 0.14 0.40 310.39 0.72 0.35
Hex 98 19 82 0 54 E 28 136 48 23
Octal 230 31 202 0 124 16 50 466 110 43
Binary 10011000 11001 10000010 0 1010100 1110 101000 100110110 1001000 100011

Color Harmonies of #981982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981982

Black with #981982

Text Example


Text Example

White with #981982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981982; }

 p { color: rgb(152,25,130); }

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

background-color css

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

 a { background-color: rgb(152,25,130); }

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

border-color css

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

 span { border-color: rgb(152,25,130); }

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