Html Css Color HEX #981D8D Dark Purple

📋 copy color: '#981D8D'

red 152 ◦ green 29 ◦ blue 141

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

Shades of Dark Purple #981D8D

Tints of Dark Purple #981D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 47.2%
G = 9.01%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#981D8D (or 0x981D8D) is known color: Dark Purple. HEX triplet: 98, 1D and 8D. RGB value is (152,29,141). Sum of RGB (Red+Green+Blue) = 152+29+141=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #981D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D8D is #67E272. Grayscale: #4E4E4E. Windows color (decimal): -6808179 or 9248152. OLE color: 9248152.

HSL color Cylindrical-coordinate representation of color #981D8D: hue angle of 305.37º 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 #981D8D is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 141 -
CMYK 0 0.81 0.07 0.40
HSL 305.37º 0.68% 0.35% -
HSV(B) 305.37º 0.81% 0.6% -
XYZ 18.2 9.48 26.07 -
YUV 78.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 152 29 141 0 0.81 0.07 0.40 305.37 0.68 0.35
Hex 98 1D 8D 0 51 7 28 131 44 23
Octal 230 35 215 0 121 7 50 461 104 43
Binary 10011000 11101 10001101 0 1010001 111 101000 100110001 1000100 100011

Color Harmonies of #981D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D8D

Black with #981D8D

Text Example


Text Example

White with #981D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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