Html Css Color HEX #992293 Dark Purple

📋 copy color: '#992293'

red 153 ◦ green 34 ◦ blue 147

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

Shades of Dark Purple #992293

Tints of Dark Purple #992293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 45.81%
G = 10.18%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#992293 (or 0x992293) is known color: Dark Purple. HEX triplet: 99, 22 and 93. RGB value is (153,34,147). Sum of RGB (Red+Green+Blue) = 153+34+147=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992293 is #66DD6C. Grayscale: #525252. Windows color (decimal): -6741357 or 9642649. OLE color: 9642649.

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

Color convert

RGB 153 34 147 -
CMYK 0 0.78 0.04 0.4
HSL 303.03º 0.64% 0.37% -
HSV(B) 303.03º 0.78% 0.6% -
XYZ 18.98 10.02 28.54 -
YUV 82.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 153 34 147 0 0.78 0.04 0.4 303.03 0.64 0.37
Hex 99 22 93 0 4E 4 28 12F 40 25
Octal 231 42 223 0 116 4 50 457 100 45
Binary 10011001 100010 10010011 0 1001110 100 101000 100101111 1000000 100101

Color Harmonies of #992293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992293

Black with #992293

Text Example


Text Example

White with #992293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992293; }

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

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

background-color css

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

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

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

border-color css

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

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

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