Html Css Color HEX #982382 Dark Purple

📋 copy color: '#982382'

red 152 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #982382

Tints of Dark Purple #982382

RGB

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

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

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

R = 47.95%
G = 11.04%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982382 (or 0x982382) is known color: Dark Purple. HEX triplet: 98, 23 and 82. RGB value is (152,35,130). Sum of RGB (Red+Green+Blue) = 152+35+130=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982382 is #67DC7D. Grayscale: #505050. Windows color (decimal): -6806654 or 8528792. OLE color: 8528792.

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

Color convert

RGB 152 35 130 -
CMYK 0 0.77 0.14 0.40
HSL 311.28º 0.63% 0.37% -
HSV(B) 311.28º 0.77% 0.6% -
XYZ 17.58 9.49 22.02 -
YUV 80.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 152 35 130 0 0.77 0.14 0.40 311.28 0.63 0.37
Hex 98 23 82 0 4D E 28 137 3F 25
Octal 230 43 202 0 115 16 50 467 77 45
Binary 10011000 100011 10000010 0 1001101 1110 101000 100110111 111111 100101

Color Harmonies of #982382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982382

Black with #982382

Text Example


Text Example

White with #982382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982382; }

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

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

background-color css

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

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

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

border-color css

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

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

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