Html Css Color HEX #981887 Dark Purple

📋 copy color: '#981887'

red 152 ◦ green 24 ◦ blue 135

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

Shades of Dark Purple #981887

Tints of Dark Purple #981887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 48.87%
G = 7.72%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#981887 (or 0x981887) is known color: Dark Purple. HEX triplet: 98, 18 and 87. RGB value is (152,24,135). Sum of RGB (Red+Green+Blue) = 152+24+135=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #981887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981887 is #67E778. Grayscale: #4A4A4A. Windows color (decimal): -6809465 or 8853656. OLE color: 8853656.

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

Color convert

RGB 152 24 135 -
CMYK 0 0.84 0.11 0.40
HSL 307.97º 0.73% 0.35% -
HSV(B) 307.97º 0.84% 0.6% -
XYZ 17.65 9.08 23.74 -
YUV 74.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 152 24 135 0 0.84 0.11 0.40 307.97 0.73 0.35
Hex 98 18 87 0 54 B 28 134 49 23
Octal 230 30 207 0 124 13 50 464 111 43
Binary 10011000 11000 10000111 0 1010100 1011 101000 100110100 1001001 100011

Color Harmonies of #981887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981887

Black with #981887

Text Example


Text Example

White with #981887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981887; }

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

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

background-color css

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

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

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

border-color css

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

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

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