Html Css Color HEX #982180 Dark Purple

📋 copy color: '#982180'

red 152 ◦ green 33 ◦ blue 128

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

Shades of Dark Purple #982180

Tints of Dark Purple #982180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 48.56%
G = 10.54%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#982180 (or 0x982180) is known color: Dark Purple. HEX triplet: 98, 21 and 80. RGB value is (152,33,128). Sum of RGB (Red+Green+Blue) = 152+33+128=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #982180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982180 is #67DE7F. Grayscale: #4F4F4F. Windows color (decimal): -6807168 or 8397208. OLE color: 8397208.

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

Color convert

RGB 152 33 128 -
CMYK 0 0.78 0.16 0.40
HSL 312.1º 0.64% 0.36% -
HSV(B) 312.1º 0.78% 0.6% -
XYZ 17.39 9.32 21.3 -
YUV 79.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 152 33 128 0 0.78 0.16 0.40 312.1 0.64 0.36
Hex 98 21 80 0 4E 10 28 138 40 24
Octal 230 41 200 0 116 20 50 470 100 44
Binary 10011000 100001 10000000 0 1001110 10000 101000 100111000 1000000 100100

Color Harmonies of #982180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982180

Black with #982180

Text Example


Text Example

White with #982180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982180; }

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

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

background-color css

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

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

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

border-color css

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

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

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