Html Css Color HEX #992281 Dark Purple

📋 copy color: '#992281'

red 153 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #992281

Tints of Dark Purple #992281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 48.42%
G = 10.76%
B = 40.82%

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

#992281 (or 0x992281) is known color: Dark Purple. HEX triplet: 99, 22 and 81. RGB value is (153,34,129). Sum of RGB (Red+Green+Blue) = 153+34+129=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992281 is #66DD7E. Grayscale: #505050. Windows color (decimal): -6741375 or 8463001. OLE color: 8463001.

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

Color convert

RGB 153 34 129 -
CMYK 0 0.78 0.16 0.4
HSL 312.1º 0.64% 0.37% -
HSV(B) 312.1º 0.78% 0.6% -
XYZ 17.67 9.5 21.67 -
YUV 80.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 153 34 129 0 0.78 0.16 0.4 312.1 0.64 0.37
Hex 99 22 81 0 4E 10 28 138 40 25
Octal 231 42 201 0 116 20 50 470 100 45
Binary 10011001 100010 10000001 0 1001110 10000 101000 100111000 1000000 100101

Color Harmonies of #992281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992281

Black with #992281

Text Example


Text Example

White with #992281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992281; }

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

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

background-color css

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

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

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

border-color css

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

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

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