Html Css Color HEX #992990 Dark Purple

📋 copy color: '#992990'

red 153 ◦ green 41 ◦ blue 144

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

Shades of Dark Purple #992990

Tints of Dark Purple #992990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 45.27%
G = 12.13%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#992990 (or 0x992990) is known color: Dark Purple. HEX triplet: 99, 29 and 90. RGB value is (153,41,144). Sum of RGB (Red+Green+Blue) = 153+41+144=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992990 is #66D66F. Grayscale: #555555. Windows color (decimal): -6739568 or 9447833. OLE color: 9447833.

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

Color convert

RGB 153 41 144 -
CMYK 0 0.73 0.06 0.4
HSL 304.82º 0.58% 0.38% -
HSV(B) 304.82º 0.73% 0.6% -
XYZ 18.96 10.37 27.39 -
YUV 86.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 153 41 144 0 0.73 0.06 0.4 304.82 0.58 0.38
Hex 99 29 90 0 49 6 28 131 3A 26
Octal 231 51 220 0 111 6 50 461 72 46
Binary 10011001 101001 10010000 0 1001001 110 101000 100110001 111010 100110

Color Harmonies of #992990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992990

Black with #992990

Text Example


Text Example

White with #992990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992990; }

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

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

background-color css

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

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

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

border-color css

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

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

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