Html Css Color HEX #981D6F Dark Purple

📋 copy color: '#981D6F'

red 152 ◦ green 29 ◦ blue 111

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

Shades of Dark Purple #981D6F

Tints of Dark Purple #981D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 52.05%
G = 9.93%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#981D6F (or 0x981D6F) is known color: Dark Purple. HEX triplet: 98, 1D and 6F. RGB value is (152,29,111). Sum of RGB (Red+Green+Blue) = 152+29+111=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #981D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D6F is #67E290. Grayscale: #4A4A4A. Windows color (decimal): -6808209 or 7282072. OLE color: 7282072.

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

Color convert

RGB 152 29 111 -
CMYK 0 0.81 0.27 0.40
HSL 320º 0.68% 0.35% -
HSV(B) 320º 0.81% 0.6% -
XYZ 16.26 8.7 15.86 -
YUV 75.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 152 29 111 0 0.81 0.27 0.40 320 0.68 0.35
Hex 98 1D 6F 0 51 1B 28 140 44 23
Octal 230 35 157 0 121 33 50 500 104 43
Binary 10011000 11101 1101111 0 1010001 11011 101000 101000000 1000100 100011

Color Harmonies of #981D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D6F

Black with #981D6F

Text Example


Text Example

White with #981D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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