Html Css Color HEX #982182 Dark Purple

📋 copy color: '#982182'

red 152 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #982182

Tints of Dark Purple #982182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 48.25%
G = 10.48%
B = 41.27%

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

#982182 (or 0x982182) is known color: Dark Purple. HEX triplet: 98, 21 and 82. RGB value is (152,33,130). Sum of RGB (Red+Green+Blue) = 152+33+130=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982182 is #67DE7D. Grayscale: #4F4F4F. Windows color (decimal): -6807166 or 8528280. OLE color: 8528280.

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

Color convert

RGB 152 33 130 -
CMYK 0 0.78 0.14 0.40
HSL 311.09º 0.64% 0.36% -
HSV(B) 311.09º 0.78% 0.6% -
XYZ 17.52 9.37 22.01 -
YUV 79.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 152 33 130 0 0.78 0.14 0.40 311.09 0.64 0.36
Hex 98 21 82 0 4E E 28 137 40 24
Octal 230 41 202 0 116 16 50 467 100 44
Binary 10011000 100001 10000010 0 1001110 1110 101000 100110111 1000000 100100

Color Harmonies of #982182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982182

Black with #982182

Text Example


Text Example

White with #982182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982182; }

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

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

background-color css

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

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

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

border-color css

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

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

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