Html Css Color HEX #992971 Dark Purple

📋 copy color: '#992971'

red 153 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #992971

Tints of Dark Purple #992971

RGB

 RED value IS 153 (60.16% from 255) = 49.84%

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 49.84%
G = 13.36%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#992971 (or 0x992971) is known color: Dark Purple. HEX triplet: 99, 29 and 71. RGB value is (153,41,113). Sum of RGB (Red+Green+Blue) = 153+41+113=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992971 is #66D68E. Grayscale: #525252. Windows color (decimal): -6739599 or 7416217. OLE color: 7416217.

HSL color Cylindrical-coordinate representation of color #992971: hue angle of 321.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992971 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 113 -
CMYK 0 0.73 0.26 0.4
HSL 321.43º 0.58% 0.38% -
HSV(B) 321.43º 0.73% 0.6% -
XYZ 16.91 9.55 16.57 -
YUV 82.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 153 41 113 0 0.73 0.26 0.4 321.43 0.58 0.38
Hex 99 29 71 0 49 1A 28 141 3A 26
Octal 231 51 161 0 111 32 50 501 72 46
Binary 10011001 101001 1110001 0 1001001 11010 101000 101000001 111010 100110

Color Harmonies of #992971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992971

Black with #992971

Text Example


Text Example

White with #992971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992971; }

 p { color: rgb(153,41,113); }

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

background-color css

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

 a { background-color: rgb(153,41,113); }

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

border-color css

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

 span { border-color: rgb(153,41,113); }

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