Html Css Color HEX #981C8E Dark Purple

📋 copy color: '#981C8E'

red 152 ◦ green 28 ◦ blue 142

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

Shades of Dark Purple #981C8E

Tints of Dark Purple #981C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 47.2%
G = 8.7%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#981C8E (or 0x981C8E) is known color: Dark Purple. HEX triplet: 98, 1C and 8E. RGB value is (152,28,142). Sum of RGB (Red+Green+Blue) = 152+28+142=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #981C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C8E is #67E371. Grayscale: #4D4D4D. Windows color (decimal): -6808434 or 9313432. OLE color: 9313432.

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

Color convert

RGB 152 28 142 -
CMYK 0 0.82 0.07 0.40
HSL 304.84º 0.69% 0.35% -
HSV(B) 304.84º 0.82% 0.6% -
XYZ 18.25 9.46 26.46 -
YUV 78.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 152 28 142 0 0.82 0.07 0.40 304.84 0.69 0.35
Hex 98 1C 8E 0 52 7 28 131 45 23
Octal 230 34 216 0 122 7 50 461 105 43
Binary 10011000 11100 10001110 0 1010010 111 101000 100110001 1000101 100011

Color Harmonies of #981C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C8E

Black with #981C8E

Text Example


Text Example

White with #981C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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