Html Css Color HEX #981671 Dark Purple

📋 copy color: '#981671'

red 152 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #981671

Tints of Dark Purple #981671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 52.96%
G = 7.67%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981671 (or 0x981671) is known color: Dark Purple. HEX triplet: 98, 16 and 71. RGB value is (152,22,113). Sum of RGB (Red+Green+Blue) = 152+22+113=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #981671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981671 is #67E98E. Grayscale: #474747. Windows color (decimal): -6809999 or 7411352. OLE color: 7411352.

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

Color convert

RGB 152 22 113 -
CMYK 0 0.86 0.26 0.40
HSL 318º 0.75% 0.34% -
HSV(B) 318º 0.86% 0.6% -
XYZ 16.22 8.44 16.4 -
YUV 71.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 152 22 113 0 0.86 0.26 0.40 318 0.75 0.34
Hex 98 16 71 0 56 1A 28 13E 4B 22
Octal 230 26 161 0 126 32 50 476 113 42
Binary 10011000 10110 1110001 0 1010110 11010 101000 100111110 1001011 100010

Color Harmonies of #981671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981671

Black with #981671

Text Example


Text Example

White with #981671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981671; }

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

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

background-color css

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

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

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

border-color css

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

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

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