Html Css Color HEX #992890 Dark Purple

📋 copy color: '#992890'

red 153 ◦ green 40 ◦ blue 144

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

Shades of Dark Purple #992890

Tints of Dark Purple #992890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 45.4%
G = 11.87%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#992890 (or 0x992890) is known color: Dark Purple. HEX triplet: 99, 28 and 90. RGB value is (153,40,144). Sum of RGB (Red+Green+Blue) = 153+40+144=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992890 is #66D76F. Grayscale: #555555. Windows color (decimal): -6739824 or 9447577. OLE color: 9447577.

HSL color Cylindrical-coordinate representation of color #992890: hue angle of 304.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992890 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 144 -
CMYK 0 0.74 0.06 0.4
HSL 304.78º 0.59% 0.38% -
HSV(B) 304.78º 0.74% 0.6% -
XYZ 18.93 10.3 27.38 -
YUV 85.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 153 40 144 0 0.74 0.06 0.4 304.78 0.59 0.38
Hex 99 28 90 0 4A 6 28 131 3B 26
Octal 231 50 220 0 112 6 50 461 73 46
Binary 10011001 101000 10010000 0 1001010 110 101000 100110001 111011 100110

Color Harmonies of #992890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992890

Black with #992890

Text Example


Text Example

White with #992890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992890; }

 p { color: rgb(153,40,144); }

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

background-color css

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

 a { background-color: rgb(153,40,144); }

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

border-color css

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

 span { border-color: rgb(153,40,144); }

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