Html Css Color HEX #982878 Dark Purple

📋 copy color: '#982878'

red 152 ◦ green 40 ◦ blue 120

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

Shades of Dark Purple #982878

Tints of Dark Purple #982878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 48.72%
G = 12.82%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#982878 (or 0x982878) is known color: Dark Purple. HEX triplet: 98, 28 and 78. RGB value is (152,40,120). Sum of RGB (Red+Green+Blue) = 152+40+120=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #982878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982878 is #67D787. Grayscale: #525252. Windows color (decimal): -6805384 or 7874712. OLE color: 7874712.

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

Color convert

RGB 152 40 120 -
CMYK 0 0.74 0.21 0.40
HSL 317.14º 0.58% 0.38% -
HSV(B) 317.14º 0.74% 0.6% -
XYZ 17.1 9.55 18.71 -
YUV 82.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 152 40 120 0 0.74 0.21 0.40 317.14 0.58 0.38
Hex 98 28 78 0 4A 15 28 13D 3A 26
Octal 230 50 170 0 112 25 50 475 72 46
Binary 10011000 101000 1111000 0 1001010 10101 101000 100111101 111010 100110

Color Harmonies of #982878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982878

Black with #982878

Text Example


Text Example

White with #982878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982878; }

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

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

background-color css

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

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

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

border-color css

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

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

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