Html Css Color HEX #981981 Dark Purple

📋 copy color: '#981981'

red 152 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #981981

Tints of Dark Purple #981981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 49.67%
G = 8.17%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#981981 (or 0x981981) is known color: Dark Purple. HEX triplet: 98, 19 and 81. RGB value is (152,25,129). Sum of RGB (Red+Green+Blue) = 152+25+129=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981981 is #67E67E. Grayscale: #4A4A4A. Windows color (decimal): -6809215 or 8460696. OLE color: 8460696.

HSL color Cylindrical-coordinate representation of color #981981: hue angle of 310.87º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981981 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 129 -
CMYK 0 0.84 0.15 0.40
HSL 310.87º 0.72% 0.35% -
HSV(B) 310.87º 0.84% 0.6% -
XYZ 17.26 8.96 21.59 -
YUV 74.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 152 25 129 0 0.84 0.15 0.40 310.87 0.72 0.35
Hex 98 19 81 0 54 F 28 137 48 23
Octal 230 31 201 0 124 17 50 467 110 43
Binary 10011000 11001 10000001 0 1010100 1111 101000 100110111 1001000 100011

Color Harmonies of #981981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981981

Black with #981981

Text Example


Text Example

White with #981981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981981; }

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

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

background-color css

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

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

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

border-color css

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

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

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