Html Css Color HEX #992379 Dark Purple

📋 copy color: '#992379'

red 153 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #992379

Tints of Dark Purple #992379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 49.51%
G = 11.33%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#992379 (or 0x992379) is known color: Dark Purple. HEX triplet: 99, 23 and 79. RGB value is (153,35,121). Sum of RGB (Red+Green+Blue) = 153+35+121=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #992379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992379 is #66DC86. Grayscale: #4F4F4F. Windows color (decimal): -6741127 or 7938969. OLE color: 7938969.

HSL color Cylindrical-coordinate representation of color #992379: hue angle of 316.27º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992379 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 121 -
CMYK 0 0.77 0.21 0.4
HSL 316.27º 0.63% 0.37% -
HSV(B) 316.27º 0.77% 0.6% -
XYZ 17.19 9.35 18.99 -
YUV 80.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 153 35 121 0 0.77 0.21 0.4 316.27 0.63 0.37
Hex 99 23 79 0 4D 15 28 13C 3F 25
Octal 231 43 171 0 115 25 50 474 77 45
Binary 10011001 100011 1111001 0 1001101 10101 101000 100111100 111111 100101

Color Harmonies of #992379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992379

Black with #992379

Text Example


Text Example

White with #992379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992379; }

 p { color: rgb(153,35,121); }

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

background-color css

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

 a { background-color: rgb(153,35,121); }

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

border-color css

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

 span { border-color: rgb(153,35,121); }

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