Html Css Color HEX #992E82 Dark Purple

📋 copy color: '#992E82'

red 153 ◦ green 46 ◦ blue 130

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

Shades of Dark Purple #992E82

Tints of Dark Purple #992E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 46.5%
G = 13.98%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#992E82 (or 0x992E82) is known color: Dark Purple. HEX triplet: 99, 2E and 82. RGB value is (153,46,130). Sum of RGB (Red+Green+Blue) = 153+46+130=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #992E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E82 is #66D17D. Grayscale: #575757. Windows color (decimal): -6738302 or 8531609. OLE color: 8531609.

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

Color convert

RGB 153 46 130 -
CMYK 0 0.70 0.15 0.4
HSL 312.9º 0.54% 0.39% -
HSV(B) 312.9º 0.7% 0.6% -
XYZ 18.14 10.34 22.16 -
YUV 87.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 153 46 130 0 0.70 0.15 0.4 312.9 0.54 0.39
Hex 99 2E 82 0 46 F 28 139 36 27
Octal 231 56 202 0 106 17 50 471 66 47
Binary 10011001 101110 10000010 0 1000110 1111 101000 100111001 110110 100111

Color Harmonies of #992E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E82

Black with #992E82

Text Example


Text Example

White with #992E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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