Html Css Color HEX #992E8F Dark Purple

📋 copy color: '#992E8F'

red 153 ◦ green 46 ◦ blue 143

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

Shades of Dark Purple #992E8F

Tints of Dark Purple #992E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 44.74%
G = 13.45%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#992E8F (or 0x992E8F) is known color: Dark Purple. HEX triplet: 99, 2E and 8F. RGB value is (153,46,143). Sum of RGB (Red+Green+Blue) = 153+46+143=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #992E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E8F is #66D170. Grayscale: #585858. Windows color (decimal): -6738289 or 9383577. OLE color: 9383577.

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

Color convert

RGB 153 46 143 -
CMYK 0 0.70 0.07 0.4
HSL 305.61º 0.54% 0.39% -
HSV(B) 305.61º 0.7% 0.6% -
XYZ 19.07 10.71 27.05 -
YUV 89.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 153 46 143 0 0.70 0.07 0.4 305.61 0.54 0.39
Hex 99 2E 8F 0 46 7 28 132 36 27
Octal 231 56 217 0 106 7 50 462 66 47
Binary 10011001 101110 10001111 0 1000110 111 101000 100110010 110110 100111

Color Harmonies of #992E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E8F

Black with #992E8F

Text Example


Text Example

White with #992E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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