Html Css Color HEX #992976 Dark Purple

📋 copy color: '#992976'

red 153 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #992976

Tints of Dark Purple #992976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 49.04%
G = 13.14%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#992976 (or 0x992976) is known color: Dark Purple. HEX triplet: 99, 29 and 76. RGB value is (153,41,118). Sum of RGB (Red+Green+Blue) = 153+41+118=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #992976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992976 is #66D689. Grayscale: #535353. Windows color (decimal): -6739594 or 7743897. OLE color: 7743897.

HSL color Cylindrical-coordinate representation of color #992976: hue angle of 318.75º 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 #992976 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 118 -
CMYK 0 0.73 0.23 0.4
HSL 318.75º 0.58% 0.38% -
HSV(B) 318.75º 0.73% 0.6% -
XYZ 17.2 9.67 18.1 -
YUV 83.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 153 41 118 0 0.73 0.23 0.4 318.75 0.58 0.38
Hex 99 29 76 0 49 17 28 13F 3A 26
Octal 231 51 166 0 111 27 50 477 72 46
Binary 10011001 101001 1110110 0 1001001 10111 101000 100111111 111010 100110

Color Harmonies of #992976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992976

Black with #992976

Text Example


Text Example

White with #992976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992976; }

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

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

background-color css

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

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

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

border-color css

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

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

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