Html Css Color HEX #981D7D Dark Purple

📋 copy color: '#981D7D'

red 152 ◦ green 29 ◦ blue 125

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

Shades of Dark Purple #981D7D

Tints of Dark Purple #981D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.48%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 49.67%
G = 9.48%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#981D7D (or 0x981D7D) is known color: Dark Purple. HEX triplet: 98, 1D and 7D. RGB value is (152,29,125). Sum of RGB (Red+Green+Blue) = 152+29+125=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D7D is #67E282. Grayscale: #4C4C4C. Windows color (decimal): -6808195 or 8199576. OLE color: 8199576.

HSL color Cylindrical-coordinate representation of color #981D7D: hue angle of 313.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D7D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 125 -
CMYK 0 0.81 0.18 0.40
HSL 313.17º 0.68% 0.35% -
HSV(B) 313.17º 0.81% 0.6% -
XYZ 17.09 9.03 20.25 -
YUV 76.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 152 29 125 0 0.81 0.18 0.40 313.17 0.68 0.35
Hex 98 1D 7D 0 51 12 28 139 44 23
Octal 230 35 175 0 121 22 50 471 104 43
Binary 10011000 11101 1111101 0 1010001 10010 101000 100111001 1000100 100011

Color Harmonies of #981D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D7D

Black with #981D7D

Text Example


Text Example

White with #981D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981D7D; }

 p { color: rgb(152,29,125); }

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

background-color css

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

 a { background-color: rgb(152,29,125); }

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

border-color css

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

 span { border-color: rgb(152,29,125); }

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