Html Css Color HEX #992092 Dark Purple

📋 copy color: '#992092'

red 153 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #992092

Tints of Dark Purple #992092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 46.22%
G = 9.67%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#992092 (or 0x992092) is known color: Dark Purple. HEX triplet: 99, 20 and 92. RGB value is (153,32,146). Sum of RGB (Red+Green+Blue) = 153+32+146=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #992092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992092 is #66DF6D. Grayscale: #505050. Windows color (decimal): -6741870 or 9576601. OLE color: 9576601.

HSL color Cylindrical-coordinate representation of color #992092: hue angle of 303.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992092 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 146 -
CMYK 0 0.79 0.05 0.4
HSL 303.47º 0.65% 0.36% -
HSV(B) 303.47º 0.79% 0.6% -
XYZ 18.84 9.88 28.11 -
YUV 81.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 153 32 146 0 0.79 0.05 0.4 303.47 0.65 0.36
Hex 99 20 92 0 4F 5 28 12F 41 24
Octal 231 40 222 0 117 5 50 457 101 44
Binary 10011001 100000 10010010 0 1001111 101 101000 100101111 1000001 100100

Color Harmonies of #992092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992092

Black with #992092

Text Example


Text Example

White with #992092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992092; }

 p { color: rgb(153,32,146); }

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

background-color css

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

 a { background-color: rgb(153,32,146); }

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

border-color css

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

 span { border-color: rgb(153,32,146); }

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