Html Css Color HEX #982181 Dark Purple

📋 copy color: '#982181'

red 152 ◦ green 33 ◦ blue 129

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

Shades of Dark Purple #982181

Tints of Dark Purple #982181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 48.41%
G = 10.51%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#982181 (or 0x982181) is known color: Dark Purple. HEX triplet: 98, 21 and 81. RGB value is (152,33,129). Sum of RGB (Red+Green+Blue) = 152+33+129=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #982181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982181 is #67DE7E. Grayscale: #4F4F4F. Windows color (decimal): -6807167 or 8462744. OLE color: 8462744.

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

Color convert

RGB 152 33 129 -
CMYK 0 0.78 0.15 0.40
HSL 311.6º 0.64% 0.36% -
HSV(B) 311.6º 0.78% 0.6% -
XYZ 17.46 9.35 21.65 -
YUV 79.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 152 33 129 0 0.78 0.15 0.40 311.6 0.64 0.36
Hex 98 21 81 0 4E F 28 138 40 24
Octal 230 41 201 0 116 17 50 470 100 44
Binary 10011000 100001 10000001 0 1001110 1111 101000 100111000 1000000 100100

Color Harmonies of #982181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982181

Black with #982181

Text Example


Text Example

White with #982181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982181; }

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

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

background-color css

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

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

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

border-color css

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

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

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