Html Css Color HEX #981079 Dark Purple

📋 copy color: '#981079'

red 152 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #981079

Tints of Dark Purple #981079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 52.6%
G = 5.54%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#981079 (or 0x981079) is known color: Dark Purple. HEX triplet: 98, 10 and 79. RGB value is (152,16,121). Sum of RGB (Red+Green+Blue) = 152+16+121=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #981079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981079 is #67EF86. Grayscale: #444444. Windows color (decimal): -6811527 or 7934104. OLE color: 7934104.

HSL color Cylindrical-coordinate representation of color #981079: hue angle of 313.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981079 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 121 -
CMYK 0 0.89 0.20 0.40
HSL 313.68º 0.81% 0.33% -
HSV(B) 313.68º 0.89% 0.6% -
XYZ 16.59 8.43 18.84 -
YUV 68.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 152 16 121 0 0.89 0.20 0.40 313.68 0.81 0.33
Hex 98 10 79 0 59 14 28 13A 51 21
Octal 230 20 171 0 131 24 50 472 121 41
Binary 10011000 10000 1111001 0 1011001 10100 101000 100111010 1010001 100001

Color Harmonies of #981079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981079

Black with #981079

Text Example


Text Example

White with #981079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981079; }

 p { color: rgb(152,16,121); }

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

background-color css

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

 a { background-color: rgb(152,16,121); }

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

border-color css

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

 span { border-color: rgb(152,16,121); }

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