Html Css Color HEX #981978 Dark Purple

📋 copy color: '#981978'

red 152 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #981978

Tints of Dark Purple #981978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 51.18%
G = 8.42%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#981978 (or 0x981978) is known color: Dark Purple. HEX triplet: 98, 19 and 78. RGB value is (152,25,120). Sum of RGB (Red+Green+Blue) = 152+25+120=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #981978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981978 is #67E687. Grayscale: #494949. Windows color (decimal): -6809224 or 7870872. OLE color: 7870872.

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

Color convert

RGB 152 25 120 -
CMYK 0 0.84 0.21 0.40
HSL 315.12º 0.72% 0.35% -
HSV(B) 315.12º 0.84% 0.6% -
XYZ 16.69 8.73 18.57 -
YUV 73.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 152 25 120 0 0.84 0.21 0.40 315.12 0.72 0.35
Hex 98 19 78 0 54 15 28 13B 48 23
Octal 230 31 170 0 124 25 50 473 110 43
Binary 10011000 11001 1111000 0 1010100 10101 101000 100111011 1001000 100011

Color Harmonies of #981978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981978

Black with #981978

Text Example


Text Example

White with #981978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981978; }

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

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

background-color css

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

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

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

border-color css

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

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

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