Html Css Color HEX #981884 Dark Purple

📋 copy color: '#981884'

red 152 ◦ green 24 ◦ blue 132

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

Shades of Dark Purple #981884

Tints of Dark Purple #981884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 49.35%
G = 7.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#981884 (or 0x981884) is known color: Dark Purple. HEX triplet: 98, 18 and 84. RGB value is (152,24,132). Sum of RGB (Red+Green+Blue) = 152+24+132=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981884 is #67E77B. Grayscale: #4A4A4A. Windows color (decimal): -6809468 or 8657048. OLE color: 8657048.

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

Color convert

RGB 152 24 132 -
CMYK 0 0.84 0.13 0.40
HSL 309.38º 0.73% 0.35% -
HSV(B) 309.38º 0.84% 0.6% -
XYZ 17.44 8.99 22.65 -
YUV 74.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 152 24 132 0 0.84 0.13 0.40 309.38 0.73 0.35
Hex 98 18 84 0 54 D 28 135 49 23
Octal 230 30 204 0 124 15 50 465 111 43
Binary 10011000 11000 10000100 0 1010100 1101 101000 100110101 1001001 100011

Color Harmonies of #981884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981884

Black with #981884

Text Example


Text Example

White with #981884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981884; }

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

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

background-color css

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

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

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

border-color css

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

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

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