Html Css Color HEX #992A6F Dark Purple

📋 copy color: '#992A6F'

red 153 ◦ green 42 ◦ blue 111

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

Shades of Dark Purple #992A6F

Tints of Dark Purple #992A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 50%
G = 13.73%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#992A6F (or 0x992A6F) is known color: Dark Purple. HEX triplet: 99, 2A and 6F. RGB value is (153,42,111). Sum of RGB (Red+Green+Blue) = 153+42+111=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A6F is #66D590. Grayscale: #525252. Windows color (decimal): -6739345 or 7285401. OLE color: 7285401.

HSL color Cylindrical-coordinate representation of color #992A6F: hue angle of 322.7º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A6F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 111 -
CMYK 0 0.73 0.27 0.4
HSL 322.7º 0.57% 0.38% -
HSV(B) 322.7º 0.73% 0.6% -
XYZ 16.83 9.58 16 -
YUV 83.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 153 42 111 0 0.73 0.27 0.4 322.7 0.57 0.38
Hex 99 2A 6F 0 49 1B 28 143 39 26
Octal 231 52 157 0 111 33 50 503 71 46
Binary 10011001 101010 1101111 0 1001001 11011 101000 101000011 111001 100110

Color Harmonies of #992A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A6F

Black with #992A6F

Text Example


Text Example

White with #992A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992A6F; }

 p { color: rgb(153,42,111); }

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

background-color css

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

 a { background-color: rgb(153,42,111); }

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

border-color css

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

 span { border-color: rgb(153,42,111); }

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