Html Css Color HEX #981184 Dark Purple

📋 copy color: '#981184'

red 152 ◦ green 17 ◦ blue 132

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

Shades of Dark Purple #981184

Tints of Dark Purple #981184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 50.5%
G = 5.65%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981184 (or 0x981184) is known color: Dark Purple. HEX triplet: 98, 11 and 84. RGB value is (152,17,132). Sum of RGB (Red+Green+Blue) = 152+17+132=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981184 is #67EE7B. Grayscale: #464646. Windows color (decimal): -6811260 or 8655256. OLE color: 8655256.

HSL color Cylindrical-coordinate representation of color #981184: hue angle of 308.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981184 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 132 -
CMYK 0 0.89 0.13 0.40
HSL 308.89º 0.8% 0.33% -
HSV(B) 308.89º 0.89% 0.6% -
XYZ 17.31 8.74 22.6 -
YUV 70.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 152 17 132 0 0.89 0.13 0.40 308.89 0.8 0.33
Hex 98 11 84 0 59 D 28 135 50 21
Octal 230 21 204 0 131 15 50 465 120 41
Binary 10011000 10001 10000100 0 1011001 1101 101000 100110101 1010000 100001

Color Harmonies of #981184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981184

Black with #981184

Text Example


Text Example

White with #981184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981184; }

 p { color: rgb(152,17,132); }

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

background-color css

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

 a { background-color: rgb(152,17,132); }

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

border-color css

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

 span { border-color: rgb(152,17,132); }

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