Html Css Color HEX #981774 Dark Purple

📋 copy color: '#981774'

red 152 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #981774

Tints of Dark Purple #981774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 52.23%
G = 7.9%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981774 (or 0x981774) is known color: Dark Purple. HEX triplet: 98, 17 and 74. RGB value is (152,23,116). Sum of RGB (Red+Green+Blue) = 152+23+116=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #981774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981774 is #67E88B. Grayscale: #474747. Windows color (decimal): -6809740 or 7608216. OLE color: 7608216.

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

Color convert

RGB 152 23 116 -
CMYK 0 0.85 0.24 0.40
HSL 316.74º 0.74% 0.34% -
HSV(B) 316.74º 0.85% 0.6% -
XYZ 16.41 8.55 17.31 -
YUV 72.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 152 23 116 0 0.85 0.24 0.40 316.74 0.74 0.34
Hex 98 17 74 0 55 18 28 13D 4A 22
Octal 230 27 164 0 125 30 50 475 112 42
Binary 10011000 10111 1110100 0 1010101 11000 101000 100111101 1001010 100010

Color Harmonies of #981774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981774

Black with #981774

Text Example


Text Example

White with #981774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981774; }

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

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

background-color css

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

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

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

border-color css

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

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

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