Html Css Color HEX #982282 Dark Purple

📋 copy color: '#982282'

red 152 ◦ green 34 ◦ blue 130

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

Shades of Dark Purple #982282

Tints of Dark Purple #982282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 48.1%
G = 10.76%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982282 (or 0x982282) is known color: Dark Purple. HEX triplet: 98, 22 and 82. RGB value is (152,34,130). Sum of RGB (Red+Green+Blue) = 152+34+130=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #982282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982282 is #67DD7D. Grayscale: #4F4F4F. Windows color (decimal): -6806910 or 8528536. OLE color: 8528536.

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

Color convert

RGB 152 34 130 -
CMYK 0 0.78 0.14 0.40
HSL 311.19º 0.63% 0.36% -
HSV(B) 311.19º 0.78% 0.6% -
XYZ 17.55 9.43 22.01 -
YUV 80.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 152 34 130 0 0.78 0.14 0.40 311.19 0.63 0.36
Hex 98 22 82 0 4E E 28 137 3F 24
Octal 230 42 202 0 116 16 50 467 77 44
Binary 10011000 100010 10000010 0 1001110 1110 101000 100110111 111111 100100

Color Harmonies of #982282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982282

Black with #982282

Text Example


Text Example

White with #982282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982282; }

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

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

background-color css

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

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

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

border-color css

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

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

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