Html Css Color HEX #992286 Dark Purple

📋 copy color: '#992286'

red 153 ◦ green 34 ◦ blue 134

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

Shades of Dark Purple #992286

Tints of Dark Purple #992286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 47.66%
G = 10.59%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#992286 (or 0x992286) is known color: Dark Purple. HEX triplet: 99, 22 and 86. RGB value is (153,34,134). Sum of RGB (Red+Green+Blue) = 153+34+134=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #992286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992286 is #66DD79. Grayscale: #505050. Windows color (decimal): -6741370 or 8790681. OLE color: 8790681.

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

Color convert

RGB 153 34 134 -
CMYK 0 0.78 0.12 0.4
HSL 309.58º 0.64% 0.37% -
HSV(B) 309.58º 0.78% 0.6% -
XYZ 18.01 9.64 23.47 -
YUV 80.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 153 34 134 0 0.78 0.12 0.4 309.58 0.64 0.37
Hex 99 22 86 0 4E C 28 136 40 25
Octal 231 42 206 0 116 14 50 466 100 45
Binary 10011001 100010 10000110 0 1001110 1100 101000 100110110 1000000 100101

Color Harmonies of #992286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992286

Black with #992286

Text Example


Text Example

White with #992286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992286; }

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

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

background-color css

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

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

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

border-color css

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

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

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