Html Css Color HEX #981E91 Dark Purple

📋 copy color: '#981E91'

red 152 ◦ green 30 ◦ blue 145

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

Shades of Dark Purple #981E91

Tints of Dark Purple #981E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 46.48%
G = 9.17%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981E91 (or 0x981E91) is known color: Dark Purple. HEX triplet: 98, 1E and 91. RGB value is (152,30,145). Sum of RGB (Red+Green+Blue) = 152+30+145=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #981E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E91 is #67E16E. Grayscale: #4F4F4F. Windows color (decimal): -6807919 or 9510552. OLE color: 9510552.

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

Color convert

RGB 152 30 145 -
CMYK 0 0.80 0.05 0.40
HSL 303.44º 0.67% 0.36% -
HSV(B) 303.44º 0.8% 0.6% -
XYZ 18.52 9.65 27.67 -
YUV 79.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 152 30 145 0 0.80 0.05 0.40 303.44 0.67 0.36
Hex 98 1E 91 0 50 5 28 12F 43 24
Octal 230 36 221 0 120 5 50 457 103 44
Binary 10011000 11110 10010001 0 1010000 101 101000 100101111 1000011 100100

Color Harmonies of #981E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E91

Black with #981E91

Text Example


Text Example

White with #981E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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