Html Css Color HEX #981F93 Dark Purple

📋 copy color: '#981F93'

red 152 ◦ green 31 ◦ blue 147

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

Shades of Dark Purple #981F93

Tints of Dark Purple #981F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 46.06%
G = 9.39%
B = 44.55%

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

#981F93 (or 0x981F93) is known color: Dark Purple. HEX triplet: 98, 1F and 93. RGB value is (152,31,147). Sum of RGB (Red+Green+Blue) = 152+31+147=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #981F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981F93 is #67E06C. Grayscale: #505050. Windows color (decimal): -6807661 or 9641880. OLE color: 9641880.

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

Color convert

RGB 152 31 147 -
CMYK 0 0.80 0.03 0.40
HSL 302.48º 0.66% 0.36% -
HSV(B) 302.48º 0.8% 0.6% -
XYZ 18.71 9.76 28.5 -
YUV 80.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 152 31 147 0 0.80 0.03 0.40 302.48 0.66 0.36
Hex 98 1F 93 0 50 3 28 12E 42 24
Octal 230 37 223 0 120 3 50 456 102 44
Binary 10011000 11111 10010011 0 1010000 11 101000 100101110 1000010 100100

Color Harmonies of #981F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F93

Black with #981F93

Text Example


Text Example

White with #981F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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