Html Css Color HEX #992792 Dark Purple

📋 copy color: '#992792'

red 153 ◦ green 39 ◦ blue 146

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

Shades of Dark Purple #992792

Tints of Dark Purple #992792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 45.27%
G = 11.54%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#992792 (or 0x992792) is known color: Dark Purple. HEX triplet: 99, 27 and 92. RGB value is (153,39,146). Sum of RGB (Red+Green+Blue) = 153+39+146=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992792 is #66D86D. Grayscale: #545454. Windows color (decimal): -6740078 or 9578393. OLE color: 9578393.

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

Color convert

RGB 153 39 146 -
CMYK 0 0.75 0.05 0.4
HSL 303.68º 0.59% 0.38% -
HSV(B) 303.68º 0.75% 0.6% -
XYZ 19.05 10.3 28.18 -
YUV 85.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 153 39 146 0 0.75 0.05 0.4 303.68 0.59 0.38
Hex 99 27 92 0 4B 5 28 130 3B 26
Octal 231 47 222 0 113 5 50 460 73 46
Binary 10011001 100111 10010010 0 1001011 101 101000 100110000 111011 100110

Color Harmonies of #992792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992792

Black with #992792

Text Example


Text Example

White with #992792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992792; }

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

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

background-color css

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

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

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

border-color css

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

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

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