Html Css Color HEX #981374 Dark Purple

📋 copy color: '#981374'

red 152 ◦ green 19 ◦ blue 116

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

Shades of Dark Purple #981374

Tints of Dark Purple #981374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 52.96%
G = 6.62%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981374 (or 0x981374) is known color: Dark Purple. HEX triplet: 98, 13 and 74. RGB value is (152,19,116). Sum of RGB (Red+Green+Blue) = 152+19+116=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981374 is #67EC8B. Grayscale: #454545. Windows color (decimal): -6810764 or 7607192. OLE color: 7607192.

HSL color Cylindrical-coordinate representation of color #981374: hue angle of 316.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981374 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 116 -
CMYK 0 0.87 0.24 0.40
HSL 316.24º 0.78% 0.34% -
HSV(B) 316.24º 0.88% 0.6% -
XYZ 16.33 8.4 17.28 -
YUV 69.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 152 19 116 0 0.87 0.24 0.40 316.24 0.78 0.34
Hex 98 13 74 0 57 18 28 13C 4E 22
Octal 230 23 164 0 127 30 50 474 116 42
Binary 10011000 10011 1110100 0 1010111 11000 101000 100111100 1001110 100010

Color Harmonies of #981374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981374

Black with #981374

Text Example


Text Example

White with #981374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981374; }

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

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

background-color css

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

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

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

border-color css

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

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

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