Html Css Color HEX #981E7E Dark Purple

📋 copy color: '#981E7E'

red 152 ◦ green 30 ◦ blue 126

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

Shades of Dark Purple #981E7E

Tints of Dark Purple #981E7E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 49.35%
G = 9.74%
B = 40.91%

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

#981E7E (or 0x981E7E) is known color: Dark Purple. HEX triplet: 98, 1E and 7E. RGB value is (152,30,126). Sum of RGB (Red+Green+Blue) = 152+30+126=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E7E is #67E181. Grayscale: #4D4D4D. Windows color (decimal): -6807938 or 8265368. OLE color: 8265368.

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

Color convert

RGB 152 30 126 -
CMYK 0 0.80 0.17 0.40
HSL 312.79º 0.67% 0.36% -
HSV(B) 312.79º 0.8% 0.6% -
XYZ 17.18 9.11 20.59 -
YUV 77.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 152 30 126 0 0.80 0.17 0.40 312.79 0.67 0.36
Hex 98 1E 7E 0 50 11 28 139 43 24
Octal 230 36 176 0 120 21 50 471 103 44
Binary 10011000 11110 1111110 0 1010000 10001 101000 100111001 1000011 100100

Color Harmonies of #981E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E7E

Black with #981E7E

Text Example


Text Example

White with #981E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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