Html Css Color HEX #982882 Dark Purple

📋 copy color: '#982882'

red 152 ◦ green 40 ◦ blue 130

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

Shades of Dark Purple #982882

Tints of Dark Purple #982882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 47.2%
G = 12.42%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#982882 (or 0x982882) is known color: Dark Purple. HEX triplet: 98, 28 and 82. RGB value is (152,40,130). Sum of RGB (Red+Green+Blue) = 152+40+130=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #982882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982882 is #67D77D. Grayscale: #535353. Windows color (decimal): -6805374 or 8530072. OLE color: 8530072.

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

Color convert

RGB 152 40 130 -
CMYK 0 0.74 0.14 0.40
HSL 311.79º 0.58% 0.38% -
HSV(B) 311.79º 0.74% 0.6% -
XYZ 17.74 9.8 22.08 -
YUV 83.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 152 40 130 0 0.74 0.14 0.40 311.79 0.58 0.38
Hex 98 28 82 0 4A E 28 138 3A 26
Octal 230 50 202 0 112 16 50 470 72 46
Binary 10011000 101000 10000010 0 1001010 1110 101000 100111000 111010 100110

Color Harmonies of #982882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982882

Black with #982882

Text Example


Text Example

White with #982882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982882; }

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

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

background-color css

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

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

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

border-color css

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

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

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