Html Css Color HEX #981279 Dark Purple

📋 copy color: '#981279'

red 152 ◦ green 18 ◦ blue 121

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

Shades of Dark Purple #981279

Tints of Dark Purple #981279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 52.23%
G = 6.19%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#981279 (or 0x981279) is known color: Dark Purple. HEX triplet: 98, 12 and 79. RGB value is (152,18,121). Sum of RGB (Red+Green+Blue) = 152+18+121=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #981279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981279 is #67ED86. Grayscale: #454545. Windows color (decimal): -6811015 or 7934616. OLE color: 7934616.

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

Color convert

RGB 152 18 121 -
CMYK 0 0.88 0.20 0.40
HSL 313.88º 0.79% 0.33% -
HSV(B) 313.88º 0.88% 0.6% -
XYZ 16.62 8.49 18.85 -
YUV 69.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 152 18 121 0 0.88 0.20 0.40 313.88 0.79 0.33
Hex 98 12 79 0 58 14 28 13A 4F 21
Octal 230 22 171 0 130 24 50 472 117 41
Binary 10011000 10010 1111001 0 1011000 10100 101000 100111010 1001111 100001

Color Harmonies of #981279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981279

Black with #981279

Text Example


Text Example

White with #981279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981279; }

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

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

background-color css

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

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

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

border-color css

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

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

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