Html Css Color HEX #981D7E Dark Purple

📋 copy color: '#981D7E'

red 152 ◦ green 29 ◦ blue 126

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

Shades of Dark Purple #981D7E

Tints of Dark Purple #981D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 49.51%
G = 9.45%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#981D7E (or 0x981D7E) is known color: Dark Purple. HEX triplet: 98, 1D and 7E. RGB value is (152,29,126). Sum of RGB (Red+Green+Blue) = 152+29+126=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D7E is #67E281. Grayscale: #4C4C4C. Windows color (decimal): -6808194 or 8265112. OLE color: 8265112.

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

Color convert

RGB 152 29 126 -
CMYK 0 0.81 0.17 0.40
HSL 312.68º 0.68% 0.35% -
HSV(B) 312.68º 0.81% 0.6% -
XYZ 17.15 9.06 20.58 -
YUV 76.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 152 29 126 0 0.81 0.17 0.40 312.68 0.68 0.35
Hex 98 1D 7E 0 51 11 28 139 44 23
Octal 230 35 176 0 121 21 50 471 104 43
Binary 10011000 11101 1111110 0 1010001 10001 101000 100111001 1000100 100011

Color Harmonies of #981D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D7E

Black with #981D7E

Text Example


Text Example

White with #981D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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