Html Css Color HEX #981672 Dark Purple

📋 copy color: '#981672'

red 152 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #981672

Tints of Dark Purple #981672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.58%

R = 52.78%
G = 7.64%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981672 (or 0x981672) is known color: Dark Purple. HEX triplet: 98, 16 and 72. RGB value is (152,22,114). Sum of RGB (Red+Green+Blue) = 152+22+114=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981672 is #67E98D. Grayscale: #474747. Windows color (decimal): -6809998 or 7476888. OLE color: 7476888.

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

Color convert

RGB 152 22 114 -
CMYK 0 0.86 0.25 0.40
HSL 317.54º 0.75% 0.34% -
HSV(B) 317.54º 0.86% 0.6% -
XYZ 16.27 8.46 16.7 -
YUV 71.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 152 22 114 0 0.86 0.25 0.40 317.54 0.75 0.34
Hex 98 16 72 0 56 19 28 13E 4B 22
Octal 230 26 162 0 126 31 50 476 113 42
Binary 10011000 10110 1110010 0 1010110 11001 101000 100111110 1001011 100010

Color Harmonies of #981672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981672

Black with #981672

Text Example


Text Example

White with #981672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981672; }

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

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

background-color css

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

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

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

border-color css

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

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

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