Html Css Color HEX #982877 Dark Purple

📋 copy color: '#982877'

red 152 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #982877

Tints of Dark Purple #982877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 48.87%
G = 12.86%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#982877 (or 0x982877) is known color: Dark Purple. HEX triplet: 98, 28 and 77. RGB value is (152,40,119). Sum of RGB (Red+Green+Blue) = 152+40+119=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #982877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982877 is #67D788. Grayscale: #525252. Windows color (decimal): -6805385 or 7809176. OLE color: 7809176.

HSL color Cylindrical-coordinate representation of color #982877: hue angle of 317.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982877 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 119 -
CMYK 0 0.74 0.22 0.40
HSL 317.68º 0.58% 0.38% -
HSV(B) 317.68º 0.74% 0.6% -
XYZ 17.04 9.52 18.39 -
YUV 82.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 152 40 119 0 0.74 0.22 0.40 317.68 0.58 0.38
Hex 98 28 77 0 4A 16 28 13E 3A 26
Octal 230 50 167 0 112 26 50 476 72 46
Binary 10011000 101000 1110111 0 1001010 10110 101000 100111110 111010 100110

Color Harmonies of #982877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982877

Black with #982877

Text Example


Text Example

White with #982877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982877; }

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

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

background-color css

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

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

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

border-color css

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

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

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