Html Css Color HEX #992E87 Dark Purple

📋 copy color: '#992E87'

red 153 ◦ green 46 ◦ blue 135

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

Shades of Dark Purple #992E87

Tints of Dark Purple #992E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 45.81%
G = 13.77%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#992E87 (or 0x992E87) is known color: Dark Purple. HEX triplet: 99, 2E and 87. RGB value is (153,46,135). Sum of RGB (Red+Green+Blue) = 153+46+135=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E87 is #66D178. Grayscale: #575757. Windows color (decimal): -6738297 or 8859289. OLE color: 8859289.

HSL color Cylindrical-coordinate representation of color #992E87: hue angle of 310.09º 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 #992E87 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 135 -
CMYK 0 0.70 0.12 0.4
HSL 310.09º 0.54% 0.39% -
HSV(B) 310.09º 0.7% 0.6% -
XYZ 18.49 10.48 23.97 -
YUV 88.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 153 46 135 0 0.70 0.12 0.4 310.09 0.54 0.39
Hex 99 2E 87 0 46 C 28 136 36 27
Octal 231 56 207 0 106 14 50 466 66 47
Binary 10011001 101110 10000111 0 1000110 1100 101000 100110110 110110 100111

Color Harmonies of #992E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E87

Black with #992E87

Text Example


Text Example

White with #992E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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