Html Css Color HEX #981E70 Dark Purple

📋 copy color: '#981E70'

red 152 ◦ green 30 ◦ blue 112

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

Shades of Dark Purple #981E70

Tints of Dark Purple #981E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 51.7%
G = 10.2%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981E70 (or 0x981E70) is known color: Dark Purple. HEX triplet: 98, 1E and 70. RGB value is (152,30,112). Sum of RGB (Red+Green+Blue) = 152+30+112=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #981E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E70 is #67E18F. Grayscale: #4B4B4B. Windows color (decimal): -6807952 or 7347864. OLE color: 7347864.

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

Color convert

RGB 152 30 112 -
CMYK 0 0.80 0.26 0.40
HSL 319.67º 0.67% 0.36% -
HSV(B) 319.67º 0.8% 0.6% -
XYZ 16.34 8.77 16.16 -
YUV 75.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 152 30 112 0 0.80 0.26 0.40 319.67 0.67 0.36
Hex 98 1E 70 0 50 1A 28 140 43 24
Octal 230 36 160 0 120 32 50 500 103 44
Binary 10011000 11110 1110000 0 1010000 11010 101000 101000000 1000011 100100

Color Harmonies of #981E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E70

Black with #981E70

Text Example


Text Example

White with #981E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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