Html Css Color HEX #992290 Dark Purple

📋 copy color: '#992290'

red 153 ◦ green 34 ◦ blue 144

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

Shades of Dark Purple #992290

Tints of Dark Purple #992290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 46.22%
G = 10.27%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#992290 (or 0x992290) is known color: Dark Purple. HEX triplet: 99, 22 and 90. RGB value is (153,34,144). Sum of RGB (Red+Green+Blue) = 153+34+144=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #992290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992290 is #66DD6F. Grayscale: #515151. Windows color (decimal): -6741360 or 9446041. OLE color: 9446041.

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

Color convert

RGB 153 34 144 -
CMYK 0 0.78 0.06 0.4
HSL 304.54º 0.64% 0.37% -
HSV(B) 304.54º 0.78% 0.6% -
XYZ 18.74 9.93 27.31 -
YUV 82.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 153 34 144 0 0.78 0.06 0.4 304.54 0.64 0.37
Hex 99 22 90 0 4E 6 28 131 40 25
Octal 231 42 220 0 116 6 50 461 100 45
Binary 10011001 100010 10010000 0 1001110 110 101000 100110001 1000000 100101

Color Harmonies of #992290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992290

Black with #992290

Text Example


Text Example

White with #992290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992290; }

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

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

background-color css

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

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

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

border-color css

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

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

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