Html Css Color HEX #981D8C Dark Purple

📋 copy color: '#981D8C'

red 152 ◦ green 29 ◦ blue 140

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

Shades of Dark Purple #981D8C

Tints of Dark Purple #981D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 47.35%
G = 9.03%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#981D8C (or 0x981D8C) is known color: Dark Purple. HEX triplet: 98, 1D and 8C. RGB value is (152,29,140). Sum of RGB (Red+Green+Blue) = 152+29+140=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D8C is #67E273. Grayscale: #4E4E4E. Windows color (decimal): -6808180 or 9182616. OLE color: 9182616.

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

Color convert

RGB 152 29 140 -
CMYK 0 0.81 0.08 0.40
HSL 305.85º 0.68% 0.35% -
HSV(B) 305.85º 0.81% 0.6% -
XYZ 18.12 9.45 25.68 -
YUV 78.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 152 29 140 0 0.81 0.08 0.40 305.85 0.68 0.35
Hex 98 1D 8C 0 51 8 28 132 44 23
Octal 230 35 214 0 121 10 50 462 104 43
Binary 10011000 11101 10001100 0 1010001 1000 101000 100110010 1000100 100011

Color Harmonies of #981D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D8C

Black with #981D8C

Text Example


Text Example

White with #981D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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