Html Css Color HEX #981578 Dark Purple

📋 copy color: '#981578'

red 152 ◦ green 21 ◦ blue 120

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

Shades of Dark Purple #981578

Tints of Dark Purple #981578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 51.88%
G = 7.17%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#981578 (or 0x981578) is known color: Dark Purple. HEX triplet: 98, 15 and 78. RGB value is (152,21,120). Sum of RGB (Red+Green+Blue) = 152+21+120=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981578 is #67EA87. Grayscale: #474747. Windows color (decimal): -6810248 or 7869848. OLE color: 7869848.

HSL color Cylindrical-coordinate representation of color #981578: hue angle of 314.66º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981578 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 120 -
CMYK 0 0.86 0.21 0.40
HSL 314.66º 0.76% 0.34% -
HSV(B) 314.66º 0.86% 0.6% -
XYZ 16.61 8.57 18.55 -
YUV 71.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 152 21 120 0 0.86 0.21 0.40 314.66 0.76 0.34
Hex 98 15 78 0 56 15 28 13B 4C 22
Octal 230 25 170 0 126 25 50 473 114 42
Binary 10011000 10101 1111000 0 1010110 10101 101000 100111011 1001100 100010

Color Harmonies of #981578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981578

Black with #981578

Text Example


Text Example

White with #981578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981578; }

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

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

background-color css

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

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

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

border-color css

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

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

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