Html Css Color HEX #981679 Dark Purple

📋 copy color: '#981679'

red 152 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #981679

Tints of Dark Purple #981679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 51.53%
G = 7.46%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#981679 (or 0x981679) is known color: Dark Purple. HEX triplet: 98, 16 and 79. RGB value is (152,22,121). Sum of RGB (Red+Green+Blue) = 152+22+121=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #981679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981679 is #67E986. Grayscale: #474747. Windows color (decimal): -6809991 or 7935640. OLE color: 7935640.

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

Color convert

RGB 152 22 121 -
CMYK 0 0.86 0.20 0.40
HSL 314.31º 0.75% 0.34% -
HSV(B) 314.31º 0.86% 0.6% -
XYZ 16.69 8.63 18.88 -
YUV 72.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 152 22 121 0 0.86 0.20 0.40 314.31 0.75 0.34
Hex 98 16 79 0 56 14 28 13A 4B 22
Octal 230 26 171 0 126 24 50 472 113 42
Binary 10011000 10110 1111001 0 1010110 10100 101000 100111010 1001011 100010

Color Harmonies of #981679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981679

Black with #981679

Text Example


Text Example

White with #981679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981679; }

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

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

background-color css

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

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

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

border-color css

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

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

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