Html Css Color HEX #981E93 Dark Purple

📋 copy color: '#981E93'

red 152 ◦ green 30 ◦ blue 147

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

Shades of Dark Purple #981E93

Tints of Dark Purple #981E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 46.2%
G = 9.12%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#981E93 (or 0x981E93) is known color: Dark Purple. HEX triplet: 98, 1E and 93. RGB value is (152,30,147). Sum of RGB (Red+Green+Blue) = 152+30+147=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #981E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E93 is #67E16C. Grayscale: #4F4F4F. Windows color (decimal): -6807917 or 9641624. OLE color: 9641624.

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

Color convert

RGB 152 30 147 -
CMYK 0 0.80 0.03 0.40
HSL 302.46º 0.67% 0.36% -
HSV(B) 302.46º 0.8% 0.6% -
XYZ 18.68 9.71 28.49 -
YUV 79.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 152 30 147 0 0.80 0.03 0.40 302.46 0.67 0.36
Hex 98 1E 93 0 50 3 28 12E 43 24
Octal 230 36 223 0 120 3 50 456 103 44
Binary 10011000 11110 10010011 0 1010000 11 101000 100101110 1000011 100100

Color Harmonies of #981E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E93

Black with #981E93

Text Example


Text Example

White with #981E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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