Html Css Color HEX #981886 Dark Purple

📋 copy color: '#981886'

red 152 ◦ green 24 ◦ blue 134

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

Shades of Dark Purple #981886

Tints of Dark Purple #981886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 49.03%
G = 7.74%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#981886 (or 0x981886) is known color: Dark Purple. HEX triplet: 98, 18 and 86. RGB value is (152,24,134). Sum of RGB (Red+Green+Blue) = 152+24+134=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981886 is #67E779. Grayscale: #4A4A4A. Windows color (decimal): -6809466 or 8788120. OLE color: 8788120.

HSL color Cylindrical-coordinate representation of color #981886: hue angle of 308.44º 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 #981886 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 134 -
CMYK 0 0.84 0.12 0.40
HSL 308.44º 0.73% 0.35% -
HSV(B) 308.44º 0.84% 0.6% -
XYZ 17.58 9.05 23.37 -
YUV 74.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 152 24 134 0 0.84 0.12 0.40 308.44 0.73 0.35
Hex 98 18 86 0 54 C 28 134 49 23
Octal 230 30 206 0 124 14 50 464 111 43
Binary 10011000 11000 10000110 0 1010100 1100 101000 100110100 1001001 100011

Color Harmonies of #981886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981886

Black with #981886

Text Example


Text Example

White with #981886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981886; }

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

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

background-color css

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

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

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

border-color css

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

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

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