Html Css Color HEX #981F7E Dark Purple

📋 copy color: '#981F7E'

red 152 ◦ green 31 ◦ blue 126

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

Shades of Dark Purple #981F7E

Tints of Dark Purple #981F7E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.03%

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

R = 49.19%
G = 10.03%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#981F7E (or 0x981F7E) is known color: Dark Purple. HEX triplet: 98, 1F and 7E. RGB value is (152,31,126). Sum of RGB (Red+Green+Blue) = 152+31+126=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F7E is #67E081. Grayscale: #4D4D4D. Windows color (decimal): -6807682 or 8265624. OLE color: 8265624.

HSL color Cylindrical-coordinate representation of color #981F7E: hue angle of 312.89º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F7E is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 126 -
CMYK 0 0.80 0.17 0.40
HSL 312.89º 0.66% 0.36% -
HSV(B) 312.89º 0.8% 0.6% -
XYZ 17.2 9.16 20.6 -
YUV 78.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 152 31 126 0 0.80 0.17 0.40 312.89 0.66 0.36
Hex 98 1F 7E 0 50 11 28 139 42 24
Octal 230 37 176 0 120 21 50 471 102 44
Binary 10011000 11111 1111110 0 1010000 10001 101000 100111001 1000010 100100

Color Harmonies of #981F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F7E

Black with #981F7E

Text Example


Text Example

White with #981F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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