Html Css Color HEX #981574 Dark Purple

📋 copy color: '#981574'

red 152 ◦ green 21 ◦ blue 116

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

Shades of Dark Purple #981574

Tints of Dark Purple #981574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.14%

R = 52.6%
G = 7.27%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981574 (or 0x981574) is known color: Dark Purple. HEX triplet: 98, 15 and 74. RGB value is (152,21,116). Sum of RGB (Red+Green+Blue) = 152+21+116=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #981574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981574 is #67EA8B. Grayscale: #464646. Windows color (decimal): -6810252 or 7607704. OLE color: 7607704.

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

Color convert

RGB 152 21 116 -
CMYK 0 0.86 0.24 0.40
HSL 316.49º 0.76% 0.34% -
HSV(B) 316.49º 0.86% 0.6% -
XYZ 16.37 8.47 17.3 -
YUV 71 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 152 21 116 0 0.86 0.24 0.40 316.49 0.76 0.34
Hex 98 15 74 0 56 18 28 13C 4C 22
Octal 230 25 164 0 126 30 50 474 114 42
Binary 10011000 10101 1110100 0 1010110 11000 101000 100111100 1001100 100010

Color Harmonies of #981574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981574

Black with #981574

Text Example


Text Example

White with #981574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981574; }

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

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

background-color css

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

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

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

border-color css

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

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

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