Html Css Color HEX #992280 Dark Purple

📋 copy color: '#992280'

red 153 ◦ green 34 ◦ blue 128

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

Shades of Dark Purple #992280

Tints of Dark Purple #992280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 48.57%
G = 10.79%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#992280 (or 0x992280) is known color: Dark Purple. HEX triplet: 99, 22 and 80. RGB value is (153,34,128). Sum of RGB (Red+Green+Blue) = 153+34+128=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #992280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992280 is #66DD7F. Grayscale: #505050. Windows color (decimal): -6741376 or 8397465. OLE color: 8397465.

HSL color Cylindrical-coordinate representation of color #992280: hue angle of 312.61º 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 #992280 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 128 -
CMYK 0 0.78 0.16 0.4
HSL 312.61º 0.64% 0.37% -
HSV(B) 312.61º 0.78% 0.6% -
XYZ 17.61 9.47 21.32 -
YUV 80.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 153 34 128 0 0.78 0.16 0.4 312.61 0.64 0.37
Hex 99 22 80 0 4E 10 28 139 40 25
Octal 231 42 200 0 116 20 50 471 100 45
Binary 10011001 100010 10000000 0 1001110 10000 101000 100111001 1000000 100101

Color Harmonies of #992280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992280

Black with #992280

Text Example


Text Example

White with #992280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992280; }

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

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

background-color css

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

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

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

border-color css

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

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

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