Html Css Color HEX #992E84 Dark Purple

📋 copy color: '#992E84'

red 153 ◦ green 46 ◦ blue 132

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

Shades of Dark Purple #992E84

Tints of Dark Purple #992E84

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 46.22%
G = 13.9%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#992E84 (or 0x992E84) is known color: Dark Purple. HEX triplet: 99, 2E and 84. RGB value is (153,46,132). Sum of RGB (Red+Green+Blue) = 153+46+132=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #992E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E84 is #66D17B. Grayscale: #575757. Windows color (decimal): -6738300 or 8662681. OLE color: 8662681.

HSL color Cylindrical-coordinate representation of color #992E84: hue angle of 311.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E84 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 132 -
CMYK 0 0.70 0.14 0.4
HSL 311.78º 0.54% 0.39% -
HSV(B) 311.78º 0.7% 0.6% -
XYZ 18.28 10.39 22.87 -
YUV 87.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 153 46 132 0 0.70 0.14 0.4 311.78 0.54 0.39
Hex 99 2E 84 0 46 E 28 138 36 27
Octal 231 56 204 0 106 16 50 470 66 47
Binary 10011001 101110 10000100 0 1000110 1110 101000 100111000 110110 100111

Color Harmonies of #992E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E84

Black with #992E84

Text Example


Text Example

White with #992E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992E84; }

 p { color: rgb(153,46,132); }

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

background-color css

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

 a { background-color: rgb(153,46,132); }

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

border-color css

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

 span { border-color: rgb(153,46,132); }

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