Html Css Color HEX #981C7E Dark Purple

📋 copy color: '#981C7E'

red 152 ◦ green 28 ◦ blue 126

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

Shades of Dark Purple #981C7E

Tints of Dark Purple #981C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

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

R = 49.67%
G = 9.15%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#981C7E (or 0x981C7E) is known color: Dark Purple. HEX triplet: 98, 1C and 7E. RGB value is (152,28,126). Sum of RGB (Red+Green+Blue) = 152+28+126=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C7E is #67E381. Grayscale: #4B4B4B. Windows color (decimal): -6808450 or 8264856. OLE color: 8264856.

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

Color convert

RGB 152 28 126 -
CMYK 0 0.82 0.17 0.40
HSL 312.58º 0.69% 0.35% -
HSV(B) 312.58º 0.82% 0.6% -
XYZ 17.13 9.01 20.58 -
YUV 76.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 152 28 126 0 0.82 0.17 0.40 312.58 0.69 0.35
Hex 98 1C 7E 0 52 11 28 139 45 23
Octal 230 34 176 0 122 21 50 471 105 43
Binary 10011000 11100 1111110 0 1010010 10001 101000 100111001 1000101 100011

Color Harmonies of #981C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C7E

Black with #981C7E

Text Example


Text Example

White with #981C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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