Html Css Color HEX #992282 Dark Purple

📋 copy color: '#992282'

red 153 ◦ green 34 ◦ blue 130

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

Shades of Dark Purple #992282

Tints of Dark Purple #992282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 48.26%
G = 10.73%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#992282 (or 0x992282) is known color: Dark Purple. HEX triplet: 99, 22 and 82. RGB value is (153,34,130). Sum of RGB (Red+Green+Blue) = 153+34+130=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #992282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992282 is #66DD7D. Grayscale: #505050. Windows color (decimal): -6741374 or 8528537. OLE color: 8528537.

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

Color convert

RGB 153 34 130 -
CMYK 0 0.78 0.15 0.4
HSL 311.6º 0.64% 0.37% -
HSV(B) 311.6º 0.78% 0.6% -
XYZ 17.74 9.53 22.02 -
YUV 80.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 153 34 130 0 0.78 0.15 0.4 311.6 0.64 0.37
Hex 99 22 82 0 4E F 28 138 40 25
Octal 231 42 202 0 116 17 50 470 100 45
Binary 10011001 100010 10000010 0 1001110 1111 101000 100111000 1000000 100101

Color Harmonies of #992282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992282

Black with #992282

Text Example


Text Example

White with #992282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992282; }

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

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

background-color css

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

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

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

border-color css

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

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

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