Html Css Color HEX #982082 Dark Purple

📋 copy color: '#982082'

red 152 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #982082

Tints of Dark Purple #982082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 48.41%
G = 10.19%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982082 (or 0x982082) is known color: Dark Purple. HEX triplet: 98, 20 and 82. RGB value is (152,32,130). Sum of RGB (Red+Green+Blue) = 152+32+130=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #982082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982082 is #67DF7D. Grayscale: #4E4E4E. Windows color (decimal): -6807422 or 8528024. OLE color: 8528024.

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

Color convert

RGB 152 32 130 -
CMYK 0 0.79 0.14 0.40
HSL 311º 0.65% 0.36% -
HSV(B) 311º 0.79% 0.6% -
XYZ 17.49 9.32 22 -
YUV 79.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 152 32 130 0 0.79 0.14 0.40 311 0.65 0.36
Hex 98 20 82 0 4F E 28 137 41 24
Octal 230 40 202 0 117 16 50 467 101 44
Binary 10011000 100000 10000010 0 1001111 1110 101000 100110111 1000001 100100

Color Harmonies of #982082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982082

Black with #982082

Text Example


Text Example

White with #982082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982082; }

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

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

background-color css

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

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

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

border-color css

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

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

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