Html Css Color HEX #992090 Dark Purple

📋 copy color: '#992090'

red 153 ◦ green 32 ◦ blue 144

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

Shades of Dark Purple #992090

Tints of Dark Purple #992090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

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

R = 46.5%
G = 9.73%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#992090 (or 0x992090) is known color: Dark Purple. HEX triplet: 99, 20 and 90. RGB value is (153,32,144). Sum of RGB (Red+Green+Blue) = 153+32+144=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #992090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992090 is #66DF6F. Grayscale: #505050. Windows color (decimal): -6741872 or 9445529. OLE color: 9445529.

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

Color convert

RGB 153 32 144 -
CMYK 0 0.79 0.06 0.4
HSL 304.46º 0.65% 0.36% -
HSV(B) 304.46º 0.79% 0.6% -
XYZ 18.69 9.82 27.3 -
YUV 80.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 153 32 144 0 0.79 0.06 0.4 304.46 0.65 0.36
Hex 99 20 90 0 4F 6 28 130 41 24
Octal 231 40 220 0 117 6 50 460 101 44
Binary 10011001 100000 10010000 0 1001111 110 101000 100110000 1000001 100100

Color Harmonies of #992090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992090

Black with #992090

Text Example


Text Example

White with #992090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992090; }

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

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

background-color css

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

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

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

border-color css

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

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

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