Html Css Color HEX #981877 Dark Purple

📋 copy color: '#981877'

red 152 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #981877

Tints of Dark Purple #981877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 51.53%
G = 8.14%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#981877 (or 0x981877) is known color: Dark Purple. HEX triplet: 98, 18 and 77. RGB value is (152,24,119). Sum of RGB (Red+Green+Blue) = 152+24+119=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #981877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981877 is #67E788. Grayscale: #484848. Windows color (decimal): -6809481 or 7805080. OLE color: 7805080.

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

Color convert

RGB 152 24 119 -
CMYK 0 0.84 0.22 0.40
HSL 315.47º 0.73% 0.35% -
HSV(B) 315.47º 0.84% 0.6% -
XYZ 16.61 8.66 18.25 -
YUV 73.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 152 24 119 0 0.84 0.22 0.40 315.47 0.73 0.35
Hex 98 18 77 0 54 16 28 13B 49 23
Octal 230 30 167 0 124 26 50 473 111 43
Binary 10011000 11000 1110111 0 1010100 10110 101000 100111011 1001001 100011

Color Harmonies of #981877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981877

Black with #981877

Text Example


Text Example

White with #981877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981877; }

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

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

background-color css

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

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

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

border-color css

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

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

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